From b43bab1fb2450c1ef3d550136c3aa7e55f251f91 Mon Sep 17 00:00:00 2001 From: vlahan Date: Tue, 13 Mar 2007 17:57:46 +0000 Subject: [PATCH] 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... --- tos/chips/msp430/timer/Msp430ClockC.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tos/chips/msp430/timer/Msp430ClockC.nc b/tos/chips/msp430/timer/Msp430ClockC.nc index ecbb629c..5249fbe0 100644 --- a/tos/chips/msp430/timer/Msp430ClockC.nc +++ b/tos/chips/msp430/timer/Msp430ClockC.nc @@ -30,7 +30,7 @@ configuration Msp430ClockC } implementation { - components Msp430ClockP; + components Msp430ClockP, Msp430TimerC; Init = Msp430ClockP; Msp430ClockInit = Msp430ClockP; -- 2.39.2