[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420/control CC2420ControlC.nc, 1.1, 1.2 CC2420ControlP.nc, 1.3, 1.4
Vlado Handziski
vlahan at users.sourceforge.net
Tue May 13 08:48:12 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/control
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15975/control
Modified Files:
CC2420ControlC.nc CC2420ControlP.nc
Log Message:
Small cleanup.
Index: CC2420ControlC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/control/CC2420ControlC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CC2420ControlC.nc 4 Jul 2007 00:37:14 -0000 1.1
--- CC2420ControlC.nc 13 May 2008 15:48:09 -0000 1.2
***************
*** 60,66 ****
MainC.SoftwareInit -> CC2420ControlP;
- components CC2420ActiveMessageC;
- CC2420ControlP.AMPacket -> CC2420ActiveMessageC;
-
components AlarmMultiplexC as Alarm;
CC2420ControlP.StartupTimer -> Alarm;
--- 60,63 ----
Index: CC2420ControlP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/control/CC2420ControlP.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CC2420ControlP.nc 19 Nov 2007 15:48:54 -0000 1.3
--- CC2420ControlP.nc 13 May 2008 15:48:09 -0000 1.4
***************
*** 66,70 ****
uses interface CC2420Strobe as SXOSCOFF;
uses interface CC2420Strobe as SXOSCON;
- uses interface AMPacket;
uses interface Resource as SpiResource;
--- 66,69 ----
More information about the Tinyos-2-commits
mailing list