]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/system/BlockingReadStreamP.nc
Added universal blocking SineSensor drivers for the C API
[tinyos-2.x.git] / tos / lib / tosthreads / system / BlockingReadStreamP.nc
index 616c5e7502d9a21111afc1c7cd7c79ef15a019be..adc3fb064d7467dbf4f3c015e0a015b4024af771 100644 (file)
@@ -103,4 +103,5 @@ implementation {
     p->error = result;
     call SystemCall.finish(s);  
   }
+  default command error_t ReadStream.read[uint8_t id](uint32_t usPeriod) { return FAIL; }
 }