]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/atm128/timer/Atm128AlarmAsyncC.nc
a nicer version, w/ cleaner HPL access
[tinyos-2.x.git] / tos / chips / atm128 / timer / Atm128AlarmAsyncC.nc
index 6acee17c0e8df75ada1b9fcd02ddf40d81d2a0f9..46f1af115758c28dc6eecea3c5945dfc2f3dda28 100644 (file)
@@ -11,11 +11,11 @@ implementation
     HplAtm128Timer0AsyncC;
 
   Init = Atm128AlarmAsyncP;
-  Init = HplAtm128Timer0AsyncC;
   Alarm = Atm128AlarmAsyncP;
   Counter = Atm128AlarmAsyncP;
 
   Atm128AlarmAsyncP.Timer -> HplAtm128Timer0AsyncC;
   Atm128AlarmAsyncP.TimerCtrl -> HplAtm128Timer0AsyncC;
   Atm128AlarmAsyncP.Compare -> HplAtm128Timer0AsyncC;
+  Atm128AlarmAsyncP.TimerAsync -> HplAtm128Timer0AsyncC;
 }