X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=tos%2Fsystem%2FSharedArbiterP.nc;h=f13e03c2cc3cc503568d9e12864fca1e64d16e8e;hb=ae0ac21f5f88b0b8cc8e6a3a440be198d3a74bd6;hp=1228c2a19c4f314441e4d77039eb13da49e4d60f;hpb=e3f7b8d07ac0c977757bff197d4489105121efc6;p=tinyos-2.x.git diff --git a/tos/system/SharedArbiterP.nc b/tos/system/SharedArbiterP.nc index 1228c2a1..f13e03c2 100644 --- a/tos/system/SharedArbiterP.nc +++ b/tos/system/SharedArbiterP.nc @@ -33,12 +33,10 @@ * switched subsystem. For example, a communications bus that can handle IO * for multiple clients simultaneously, but is powered down when not in use. * - * p_dfltOwnerId = uniqueCount() use by the resource. see SharedArbiterC - * * @author R. Steve McKown */ -generic module SharedArbiterP(uint8_t p_dfltOwnerId) { +generic module SharedArbiterP() { provides { interface Init; interface Resource[uint8_t id];