From: klueska Date: Sat, 24 May 2008 19:34:15 +0000 (+0000) Subject: Oops. On last commit I removed the returning of SUCCESS from ArbiterP.... back in... X-Git-Tag: release_tinyos_2_1_0_0~375 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=9b0c3415a4cfa712874bf838286743549ca535aa;hp=21fdc331e3a08846ef9a3c3bcb8b6ed384e31db9;p=tinyos-2.x.git Oops. On last commit I removed the returning of SUCCESS from ArbiterP.... back in there now --- diff --git a/tos/system/ArbiterP.nc b/tos/system/ArbiterP.nc index 8933f304..bffe84c0 100644 --- a/tos/system/ArbiterP.nc +++ b/tos/system/ArbiterP.nc @@ -120,6 +120,7 @@ implementation { call ResourceConfigure.unconfigure[id](); signal ResourceDefaultOwner.granted(); } + return SUCCESS; } } return FAIL;