]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/mulle/timers/AlarmMicro16C.nc
nativ tos PrintF support, demosensors based on accelerometer, better low power
[tinyos-2.x.git] / tos / platforms / mulle / timers / AlarmMicro16C.nc
index 4a6cd8a1a6b735425a7edd86accdc2c57a2d3b07..bf62fad27f527f9ec40a6af501d1d2f6a0d67196 100755 (executable)
@@ -53,7 +53,6 @@ implementation
 {
   components new M16c62pAlarm16C(TMicro) as AlarmFrom;
   components new M16c62pTimerAInitC(TMR_COUNTER_MODE, M16C_TMRA_TES_TA_PREV, 0, false, false, false) as AlarmInit;
-  components McuSleepC;
 
   components HplM16c62pTimerC as Timers,
       CounterMicro16C,
@@ -61,7 +60,6 @@ implementation
 
   AlarmFrom -> Timers.ALARM_MICRO16;
   AlarmFrom.Counter -> CounterMicro16C;
-  AlarmFrom.McuPowerState -> McuSleepC;
 
   AlarmInit -> Timers.ALARM_MICRO16;
   AlarmInit -> Timers.ALARM_MICRO16_CTRL;