From: devdj Date: Mon, 1 Sep 2008 17:44:02 +0000 (+0000) Subject: Fixed wrong precision tag. X-Git-Tag: rc_6_tinyos_2_1_1~635 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=70ff1c25bd86d3fd0c34beec4ecdf2c3b6bc79eb;p=tinyos-2.x.git Fixed wrong precision tag. --- 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;