]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fixed wrong precision tag.
authordevdj <devdj>
Mon, 1 Sep 2008 17:44:02 +0000 (17:44 +0000)
committerdevdj <devdj>
Mon, 1 Sep 2008 17:44:02 +0000 (17:44 +0000)
tos/platforms/mica/Counter32khz32C.nc

index e32f6c361b613ce08def3a43588126c92deef39b..3d3be2710fd89baddf6ac46b5d29df465eba9d21 100644 (file)
@@ -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;