]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
remove debugging code
authoridgay <idgay>
Wed, 9 Aug 2006 23:59:35 +0000 (23:59 +0000)
committeridgay <idgay>
Wed, 9 Aug 2006 23:59:35 +0000 (23:59 +0000)
tos/system/ArbitratedReadC.nc

index ead23acc070eaafadf6b2f778a383d7a869f9709..2c8487f898747fc6b92dc696a18fa80461423439 100644 (file)
@@ -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]() {