]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/system/ArbiterP.nc
Oops. On last commit I removed the returning of SUCCESS from ArbiterP.... back in...
[tinyos-2.x.git] / tos / system / ArbiterP.nc
index 8933f304fca4506567c1e52f0099a8e331c7bbb6..bffe84c05e6a024cb77dea6d1e3e578760f893a1 100644 (file)
@@ -120,6 +120,7 @@ implementation {
           call ResourceConfigure.unconfigure[id]();
           signal ResourceDefaultOwner.granted();
         }
+        return SUCCESS;
       }
     }
     return FAIL;