[Tinyos-2-commits] CVS: tinyos-2.x/apps/Null NullAppC.nc,1.3,1.4
Jan Beutel
beutel at users.sourceforge.net
Wed Aug 29 15:09:08 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/apps/Null
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11235/apps/Null
Modified Files:
NullAppC.nc
Log Message:
reverted to the good null app. added the power comment to the .nc files.
Index: NullAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/Null/NullAppC.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** NullAppC.nc 29 Aug 2007 21:30:05 -0000 1.3
--- NullAppC.nc 29 Aug 2007 22:09:05 -0000 1.4
***************
*** 43,49 ****
implementation {
components MainC, NullC;
- components new TimerMilliC() as Timer0;
- components new TimerMilliC() as Timer1;
- components new TimerMilliC() as Timer2;
MainC.Boot <- NullC;
--- 43,46 ----
More information about the Tinyos-2-commits
mailing list