]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/system/ArbitratedReadNowC.nc
Merge over into the trunk.
[tinyos-2.x.git] / tos / system / ArbitratedReadNowC.nc
index 43975457be422d19ce88327ee8a6f7c2fc1ab153..21c880e8d3e5017f342f472d23f9361f794b4c81 100644 (file)
@@ -45,7 +45,7 @@ implementation {
   default async command error_t Resource.immediateRequest[uint8_t client]() { 
     return FAIL; 
   }
-  default async command void Resource.release[uint8_t client]() { }
+  default async command error_t Resource.release[uint8_t client]() { return FAIL; }
   default async event void ReadNow.readDone[uint8_t client](error_t result, width_t data) { }
   default async command error_t Service.read[uint8_t client]() {
     return SUCCESS;