X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftelosb%2Fmac%2Ftkn154%2Ftimer%2FHilTimer62500hzC.nc;h=bc005ae9e886d8525e313fe77f8fa9b5d3ecff84;hb=dc0f696e45f67b0aed906ab6449faeb3d52380d9;hp=fe398425d9794476176ec4940aab04253a0210b6;hpb=0c93ead951bb9666631e78a7f7ebc06cd364a171;p=tinyos-2.x.git diff --git a/tos/platforms/telosb/mac/tkn154/timer/HilTimer62500hzC.nc b/tos/platforms/telosb/mac/tkn154/timer/HilTimer62500hzC.nc index fe398425..bc005ae9 100644 --- a/tos/platforms/telosb/mac/tkn154/timer/HilTimer62500hzC.nc +++ b/tos/platforms/telosb/mac/tkn154/timer/HilTimer62500hzC.nc @@ -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));