X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Ftimer%2FCounterToLocalTimeC.nc;h=969308f668fbb8afa32b32a2b1053d1dae1d3f62;hb=6fdb498e6d4a8192b61e9e98045485cb23b9a74a;hp=07dc6e3510db4999edc99913e509005550705d3d;hpb=1ba974b83d19fc41bf80acd52726f36f7f1df297;p=tinyos-2.x.git diff --git a/tos/lib/timer/CounterToLocalTimeC.nc b/tos/lib/timer/CounterToLocalTimeC.nc index 07dc6e35..969308f6 100644 --- a/tos/lib/timer/CounterToLocalTimeC.nc +++ b/tos/lib/timer/CounterToLocalTimeC.nc @@ -32,7 +32,7 @@ * @author Cory Sharp */ -generic module CounterToLocalTimeC(typedef precision_tag) +generic module CounterToLocalTimeC(typedef precision_tag) @safe() { provides interface LocalTime; uses interface Counter;