From: idgay Date: Wed, 9 Aug 2006 23:59:35 +0000 (+0000) Subject: remove debugging code X-Git-Tag: tinyos/2.0.1~295 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ec8358a594b2531d1c3360c8fe2647b091239dff;p=tinyos-2.x.git remove debugging code --- diff --git a/tos/system/ArbitratedReadC.nc b/tos/system/ArbitratedReadC.nc index ead23acc..2c8487f8 100644 --- a/tos/system/ArbitratedReadC.nc +++ b/tos/system/ArbitratedReadC.nc @@ -29,12 +29,7 @@ generic module ArbitratedReadC(typedef width_t) { } implementation { command error_t Read.read[uint8_t client]() { -#if 1 return call Resource.request[client](); -#else - signal Resource.granted[client](); - return SUCCESS; -#endif } event void Resource.granted[uint8_t client]() {