]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/rf230/RF230Sniffer/RF230SnifferC.nc
go back to RF230* names
[tinyos-2.x.git] / apps / tests / rf230 / RF230Sniffer / RF230SnifferC.nc
index 489583937a437a3ad334c4111a4b65aaaf9015ef..02b301ed210ffc94c2a187ff01c449f918978466 100644 (file)
@@ -27,13 +27,13 @@ configuration RF230SnifferC
 
 implementation
 {
-       components RF230SnifferP, MainC, SerialActiveMessageC, RF230LayerC, RF230ActiveMessageP, IEEE154PacketC, AssertC;
+       components RF230SnifferP, MainC, SerialActiveMessageC, RF230DriverLayerC, RF230ActiveMessageP, IEEE154PacketC, AssertC;
        
        RF230SnifferP.Boot -> MainC;
        RF230SnifferP.SplitControl -> SerialActiveMessageC;
-       RF230SnifferP.RadioState -> RF230LayerC;
+       RF230SnifferP.RadioState -> RF230DriverLayerC;
 
-       RF230LayerC.RF230Config -> RF230ActiveMessageP;
+       RF230DriverLayerC.RF230DriverConfig -> RF230ActiveMessageP;
 
        RF230ActiveMessageP.IEEE154Packet -> IEEE154PacketC;