X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Ftimer%2FMsp430ClockC.nc;h=7feab6ab025890a8b12bc76561e37ff99c1ba3e8;hb=4239469aad3e8deb3ec56e2b19ba14e39abb3936;hp=5249fbe0ac6ba1f8de65d0e52ae6788ecc08ed22;hpb=40c17b3af46339be8f27402b7b92652f1794017e;p=tinyos-2.x.git diff --git a/tos/chips/msp430/timer/Msp430ClockC.nc b/tos/chips/msp430/timer/Msp430ClockC.nc index 5249fbe0..7feab6ab 100644 --- a/tos/chips/msp430/timer/Msp430ClockC.nc +++ b/tos/chips/msp430/timer/Msp430ClockC.nc @@ -30,9 +30,10 @@ configuration Msp430ClockC } implementation { - components Msp430ClockP, Msp430TimerC; + components Msp430ClockP, Msp430TimerC, McuSleepC; Init = Msp430ClockP; Msp430ClockInit = Msp430ClockP; + McuSleepC.McuPowerOverride -> Msp430ClockP; }