From 9b0c3415a4cfa712874bf838286743549ca535aa Mon Sep 17 00:00:00 2001 From: klueska Date: Sat, 24 May 2008 19:34:15 +0000 Subject: [PATCH] Oops. On last commit I removed the returning of SUCCESS from ArbiterP.... back in there now --- tos/system/ArbiterP.nc | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2