X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fcc2420%2Flowpan%2FCC2420TinyosNetworkC.nc;h=62d063153cd7904ae11eabc79316f721bca40571;hb=53433f70ad274e33b197f35a8daaaa5d21c24ec6;hp=05afc133e9eaed9052bf4c0fbe386aff10250c4c;hpb=3c7c6caa5ec14fcbee3098602870b69c12a158a9;p=tinyos-2.x.git diff --git a/tos/chips/cc2420/lowpan/CC2420TinyosNetworkC.nc b/tos/chips/cc2420/lowpan/CC2420TinyosNetworkC.nc index 05afc133..62d06315 100644 --- a/tos/chips/cc2420/lowpan/CC2420TinyosNetworkC.nc +++ b/tos/chips/cc2420/lowpan/CC2420TinyosNetworkC.nc @@ -78,7 +78,7 @@ configuration CC2420TinyosNetworkC { implementation { enum { - TINYOS_N_NETWORKS = uniqueCount("RADIO_SEND_RESOURCE"), + TINYOS_N_NETWORKS = uniqueCount(RADIO_SEND_RESOURCE), }; components MainC;