X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=tos%2Fplatforms%2Fmica%2FCounter32khz32C.nc;h=3d3be2710fd89baddf6ac46b5d29df465eba9d21;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=e32f6c361b613ce08def3a43588126c92deef39b;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git 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;