]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/system/ArbitratedReadStreamC.nc
Merge over into the trunk.
[tinyos-2.x.git] / tos / system / ArbitratedReadStreamC.nc
index c1af8c3d05eebe3a5bf87e28da76358b71fe5482..315d852a6a6aa90e7fc7e18c30b3a11bf665cd84 100644 (file)
@@ -64,7 +64,7 @@ implementation {
   default async command error_t Resource.request[uint8_t client]() { 
     return SUCCESS; 
   }
-  default async command void Resource.release[uint8_t client]() { }
+  default async command error_t Resource.release[uint8_t client]() { return FAIL; }
 
   default command error_t Service.postBuffer[uint8_t client](val_t* buf, uint16_t count)
   {