[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/rf230/RF230Sniffer RF230SnifferC.nc, 1.6, 1.7
Miklos Maroti
mmaroti at users.sourceforge.net
Sun Mar 29 14:12:45 PDT 2009
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf2xx/util IEEE154Packet2.h, NONE, 1.1 IEEE154Packet2.nc, NONE, 1.1 IEEE154Packet2C.nc, NONE, 1.1 IEEE154Packet2P.nc, NONE, 1.1 IEEE154Packet.h, 1.1, NONE IEEE154Packet.nc, 1.1, NONE IEEE154PacketC.nc, 1.1, NONE IEEE154PacketP.nc, 1.1, NONE
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/timer BusyWait32khzC.nc, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Sniffer
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17955
Modified Files:
RF230SnifferC.nc
Log Message:
rename IEEE154Packet components to avoid a clash with blip
Index: RF230SnifferC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/rf230/RF230Sniffer/RF230SnifferC.nc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** RF230SnifferC.nc 10 Mar 2009 19:40:50 -0000 1.6
--- RF230SnifferC.nc 29 Mar 2009 21:12:43 -0000 1.7
***************
*** 28,32 ****
implementation
{
! components RF230SnifferP, MainC, SerialActiveMessageC, RF230DriverLayerC, RF230ActiveMessageP, IEEE154PacketC, AssertC;
RF230SnifferP.Boot -> MainC;
--- 28,32 ----
implementation
{
! components RF230SnifferP, MainC, SerialActiveMessageC, RF230DriverLayerC, RF230ActiveMessageP, IEEE154Packet2C, AssertC;
RF230SnifferP.Boot -> MainC;
***************
*** 36,40 ****
RF230DriverLayerC.RF230DriverConfig -> RF230ActiveMessageP;
! RF230ActiveMessageP.IEEE154Packet -> IEEE154PacketC;
// just to avoid a timer compilation bug
--- 36,40 ----
RF230DriverLayerC.RF230DriverConfig -> RF230ActiveMessageP;
! RF230ActiveMessageP.IEEE154Packet2 -> IEEE154Packet2C;
// just to avoid a timer compilation bug
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf2xx/util IEEE154Packet2.h, NONE, 1.1 IEEE154Packet2.nc, NONE, 1.1 IEEE154Packet2C.nc, NONE, 1.1 IEEE154Packet2P.nc, NONE, 1.1 IEEE154Packet.h, 1.1, NONE IEEE154Packet.nc, 1.1, NONE IEEE154PacketC.nc, 1.1, NONE IEEE154PacketP.nc, 1.1, NONE
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/timer BusyWait32khzC.nc, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list