X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fchips%2Fcc2420%2FCC2420ActiveMessageC.nc;h=752d20a4643c589599b814021fede954a96116ca;hp=e80e033d10396b73b876b9fb3ab8524aab61d46b;hb=d30405c532321fd306f685545094c57132123e94;hpb=d3e972cf3bcc1902d0b33276e72983573fadd94f diff --git a/tos/chips/cc2420/CC2420ActiveMessageC.nc b/tos/chips/cc2420/CC2420ActiveMessageC.nc index e80e033d..752d20a4 100644 --- a/tos/chips/cc2420/CC2420ActiveMessageC.nc +++ b/tos/chips/cc2420/CC2420ActiveMessageC.nc @@ -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;