]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
follow RF2xx reorganization
authormmaroti <mmaroti>
Fri, 18 Sep 2009 22:28:37 +0000 (22:28 +0000)
committermmaroti <mmaroti>
Fri, 18 Sep 2009 22:28:37 +0000 (22:28 +0000)
apps/tests/rf230/RF230Sniffer/RF230SnifferC.nc

index a10287adc02c866aa177984a476dd013a7d0bac1..340898332347116b4d71d612032b482aabd0045b 100644 (file)
@@ -38,8 +38,8 @@ implementation
 
 // -------- ActiveMessage
 
-       components RF230ActiveMessageP, IEEE154MessageLayerC;
-       RF230ActiveMessageP.IEEE154MessageLayer -> IEEE154MessageLayerC;
+       components RF230RadioP, Ieee154PacketLayerC;
+       RF230RadioP.Ieee154PacketLayer -> Ieee154PacketLayerC;
 
 // -------- TimeStamping
 
@@ -55,7 +55,7 @@ implementation
 // -------- RF230 Driver
 
        components RF230DriverLayerC;
-       RF230DriverLayerC.Config -> RF230ActiveMessageP;
+       RF230DriverLayerC.Config -> RF230RadioP;
        RF230DriverLayerC.PacketTimeStamp -> TimeStampingLayerC;
 
 }