]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/cc2420/CC2420ActiveMessageC.nc
wiring the wrong resource
[tinyos-2.x.git] / tos / chips / cc2420 / CC2420ActiveMessageC.nc
index e80e033d10396b73b876b9fb3ab8524aab61d46b..752d20a4643c589599b814021fede954a96116ca 100644 (file)
@@ -61,7 +61,7 @@ configuration CC2420ActiveMessageC {
 }
 implementation {
   enum {
-    CC2420_AM_SEND_ID     = unique(IEEE154_SEND_CLIENT),
+    CC2420_AM_SEND_ID     = unique(RADIO_SEND_RESOURCE),
   };
 
   components CC2420RadioC as Radio;