X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fsystem%2FBlockingReadStreamP.nc;h=adc3fb064d7467dbf4f3c015e0a015b4024af771;hb=9f961063e0462824a666490afaaed0c7292c2757;hp=616c5e7502d9a21111afc1c7cd7c79ef15a019be;hpb=87efa2b92935c1260c54250d895d0b3ca4187d7f;p=tinyos-2.x.git diff --git a/tos/lib/tosthreads/system/BlockingReadStreamP.nc b/tos/lib/tosthreads/system/BlockingReadStreamP.nc index 616c5e75..adc3fb06 100644 --- a/tos/lib/tosthreads/system/BlockingReadStreamP.nc +++ b/tos/lib/tosthreads/system/BlockingReadStreamP.nc @@ -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; } }