[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/timer
Msp430ClockC.nc, 1.3, 1.4
Vlado Handziski
vlahan at users.sourceforge.net
Tue Mar 13 10:57:49 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/timer
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13764
Modified Files:
Msp430ClockC.nc
Log Message:
Quick and dirty solution for the uninitialized timers problem (after the removal of the periodic calibration components) leading to high Null app consumption. The initialization needs to be restructured to handle this properly...
Index: Msp430ClockC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockC.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Msp430ClockC.nc 19 Jan 2007 19:06:46 -0000 1.3
--- Msp430ClockC.nc 13 Mar 2007 17:57:46 -0000 1.4
***************
*** 31,35 ****
implementation
{
! components Msp430ClockP;
Init = Msp430ClockP;
--- 31,35 ----
implementation
{
! components Msp430ClockP, Msp430TimerC;
Init = Msp430ClockP;
More information about the Tinyos-2-commits
mailing list