X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2FeyesIFX%2FLocalTimeC.nc;h=3812f4167fa5fc9c805f9e955ba15b8d35693b11;hb=ca64db983a848b5fbcb38705547f547b26c8e435;hp=5ad9f1e0b1e863fe235fb287232f3ca6afd691ac;hpb=9092b3c0aa9215dff07b3465a88eb706e3e2193f;p=tinyos-2.x.git diff --git a/tos/platforms/eyesIFX/LocalTimeC.nc b/tos/platforms/eyesIFX/LocalTimeC.nc index 5ad9f1e0..3812f416 100644 --- a/tos/platforms/eyesIFX/LocalTimeC.nc +++ b/tos/platforms/eyesIFX/LocalTimeC.nc @@ -30,14 +30,12 @@ configuration LocalTimeC { provides { interface LocalTime as LocalTimeT32khz; - interface LocalTime as LocalTimeTMilli; interface WideLocalTime as WideLocalTime; } } implementation { components LocalTimeP, Counter32khz16C as Counter; LocalTimeT32khz = LocalTimeP; - LocalTimeTMilli = LocalTimeP; WideLocalTime = LocalTimeP; LocalTimeP.Counter32khz16 -> Counter; }