X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Ftosthreads%2Fsystem%2FBlockingStdControlImplP.nc;h=e19fb9e7fee62efc8978bddb443d38fe1c34c8d2;hp=4866a5c0944ef17a51bfe861a3701411212656bc;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/lib/tosthreads/system/BlockingStdControlImplP.nc b/tos/lib/tosthreads/system/BlockingStdControlImplP.nc index 4866a5c0..e19fb9e7 100644 --- a/tos/lib/tosthreads/system/BlockingStdControlImplP.nc +++ b/tos/lib/tosthreads/system/BlockingStdControlImplP.nc @@ -122,8 +122,8 @@ implementation { p->error = error; call SystemCall.finish(s); } - default command error_t SplitControl.start[uint8_t id]() { return SUCCESS; } - default command error_t SplitControl.stop[uint8_t id]() { return SUCCESS; } + default command error_t SplitControl.start[uint8_t id]() { return FAIL; } + default command error_t SplitControl.stop[uint8_t id]() { return FAIL; } }