]> 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 05afc133e9eaed9052bf4c0fbe386aff10250c4c..62d063153cd7904ae11eabc79316f721bca40571 100644 (file)
@@ -78,7 +78,7 @@ configuration CC2420TinyosNetworkC {
 implementation {
 
   enum {
-    TINYOS_N_NETWORKS = uniqueCount("RADIO_SEND_RESOURCE"),
+    TINYOS_N_NETWORKS = uniqueCount(RADIO_SEND_RESOURCE),
   };
 
   components MainC;