]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/system/BlockingReadP.nc
Added universal blocking SineSensor drivers for the C API
[tinyos-2.x.git] / tos / lib / tosthreads / system / BlockingReadP.nc
index be16b882fb242bd3c2a79b5a3dde134676e5ef5b..f933503a2bf4c43bcf0be30af0672d534f46c4a7 100644 (file)
@@ -93,4 +93,6 @@ implementation {
     p->error = result;
     call SystemCall.finish(s);  
   }
+  default command error_t Read.read[uint8_t id]() { return FAIL; }
+
 }