]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cc2420/lowpan/CC2420TinyosNetworkC.nc
commit resource name fix
[tinyos-2.x.git] / tos / chips / cc2420 / lowpan / CC2420TinyosNetworkC.nc
index 4c908ff606e0236f4201c20ef844ff9f7e70bcfc..05afc133e9eaed9052bf4c0fbe386aff10250c4c 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;