]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/telosb/mac/tkn154/timer/HilTimer62500hzC.nc
+ fixed an issue with 62500Hz Alarms when overlapping
[tinyos-2.x.git] / tos / platforms / telosb / mac / tkn154 / timer / HilTimer62500hzC.nc
index fe398425d9794476176ec4940aab04253a0210b6..bc005ae9e886d8525e313fe77f8fa9b5d3ecff84 100644 (file)
@@ -35,7 +35,7 @@ configuration HilTimer62500hzC
 }
 implementation
 {
-  components new Alarm62500hz32VirtualizedHilC() as Alarm;
+  components new Alarm62500hz32VirtualizedC() as Alarm;
   components new AlarmToTimerC(T62500hz);
   components new VirtualizeTimerC(T62500hz,uniqueCount(UQ_TIMER_62500HZ));