]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/mica/Counter32khz32C.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / 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;