X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Frf2xx%2Frf230%2FRF230ActiveMessageC.nc;h=4c9ab95d1ae200bc4ee9870487691c5bf16d36d4;hb=9d7e3ad7a39e567bb854afe46e24f544618e34fa;hp=a9c4b0f672cae3e4a5c0e8c9f832fc0a8c8c0a5d;hpb=f8588baf987238122a928ded58831bea72cb35b1;p=tinyos-2.x.git diff --git a/tos/chips/rf2xx/rf230/RF230ActiveMessageC.nc b/tos/chips/rf2xx/rf230/RF230ActiveMessageC.nc index a9c4b0f6..4c9ab95d 100644 --- a/tos/chips/rf2xx/rf230/RF230ActiveMessageC.nc +++ b/tos/chips/rf2xx/rf230/RF230ActiveMessageC.nc @@ -32,6 +32,7 @@ configuration RF230ActiveMessageC interface AMSend[am_id_t id]; interface Receive[am_id_t id]; interface Receive as Snoop[am_id_t id]; + interface SendNotifier[am_id_t id]; interface Packet; interface AMPacket; @@ -80,6 +81,7 @@ implementation Receive = ActiveMessageLayerC.Receive; Snoop = ActiveMessageLayerC.Snoop; AMPacket = ActiveMessageLayerC; + SendNotifier = ActiveMessageLayerC; // -------- Lowpan Network