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