From 70ff1c25bd86d3fd0c34beec4ecdf2c3b6bc79eb Mon Sep 17 00:00:00 2001 From: devdj Date: Mon, 1 Sep 2008 17:44:02 +0000 Subject: [PATCH] Fixed wrong precision tag. --- tos/platforms/mica/Counter32khz32C.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tos/platforms/mica/Counter32khz32C.nc b/tos/platforms/mica/Counter32khz32C.nc index e32f6c36..3d3be271 100644 --- a/tos/platforms/mica/Counter32khz32C.nc +++ b/tos/platforms/mica/Counter32khz32C.nc @@ -26,7 +26,7 @@ configuration Counter32khz32C implementation { components CounterOne16C as Counter16, - new TransformCounterC(T32khz, uint32_t, T32khz, uint16_t, + new TransformCounterC(T32khz, uint32_t, TOne, uint16_t, MICA_DIVIDE_ONE_FOR_32KHZ_LOG2, counter_one_overflow_t) as Transform32; -- 2.39.2