]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cc2420/lowpan/CC2420TinyosNetworkC.nc
define and use RADIO_SEND_RESOURCE
[tinyos-2.x.git] / tos / chips / cc2420 / lowpan / CC2420TinyosNetworkC.nc
index 4c908ff606e0236f4201c20ef844ff9f7e70bcfc..62d063153cd7904ae11eabc79316f721bca40571 100644 (file)
@@ -78,7 +78,7 @@ configuration CC2420TinyosNetworkC {
 implementation {
 
   enum {
-    TINYOS_N_NETWORKS = uniqueCount("RADIO_SEND_CLIENT"),
+    TINYOS_N_NETWORKS = uniqueCount(RADIO_SEND_RESOURCE),
   };
 
   components MainC;