]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cc2420/lowpan/CC2420TinyosNetworkP.nc
commit resource name fix
[tinyos-2.x.git] / tos / chips / cc2420 / lowpan / CC2420TinyosNetworkP.nc
index 634c08b0bac859b627332cb31cfb5d2663aa371b..bdfaee95b8e5b50695cde2cdf8f33c75b76418bb 100644 (file)
@@ -65,7 +65,7 @@ implementation {
 
   enum {
     OWNER_NONE = 0xff,
-    TINYOS_N_NETWORKS = uniqueCount("RADIO_SEND_COUNT"),
+    TINYOS_N_NETWORKS = uniqueCount("RADIO_SEND_RESOURCE"),
   } state;
 
   norace uint8_t resource_owner = OWNER_NONE, next_owner;