]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/system/NoPinC.nc
Merge over into the trunk.
[tinyos-2.x.git] / tos / system / NoPinC.nc
index 833f75f66dc82693c8cc2ee4b787e9b55e520ba9..5a38e680bd0e41c302549a162eeec6138bd3fb08 100644 (file)
@@ -25,5 +25,7 @@ implementation
   async command void GeneralIO.toggle() { }
   async command void GeneralIO.makeInput() { }
   async command void GeneralIO.makeOutput() { }
+  async command bool GeneralIO.isInput() { }
+  async command bool GeneralIO.isOutput() { }
 }