X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftimer%2FAlarmToTimerC.nc;h=2bdecc6378f507e1f31e28a9353c5183bbd2d7b2;hb=816c22929992f22955bffe07b387128922cbd0a5;hp=64b9ea1cebbe65a9d4c4ab863c42725b47fde6f5;hpb=22faa4157257392edbe4b11964d29f1bade459f8;p=tinyos-2.x.git diff --git a/tos/lib/timer/AlarmToTimerC.nc b/tos/lib/timer/AlarmToTimerC.nc index 64b9ea1c..2bdecc63 100644 --- a/tos/lib/timer/AlarmToTimerC.nc +++ b/tos/lib/timer/AlarmToTimerC.nc @@ -32,7 +32,7 @@ * @author Cory Sharp */ -generic module AlarmToTimerC(typedef precision_tag) +generic module AlarmToTimerC(typedef precision_tag) @safe() { provides interface Timer; uses interface Alarm;