]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tinynode/PlatformC.nc
MSP430 clock enhancements.
[tinyos-2.x.git] / tos / platforms / tinynode / PlatformC.nc
index 73b1e2488b625bbe31c345cb68b0189cf95694f2..2435334aa505b45a72ec8c26b9de4e7ecb4423ce 100644 (file)
@@ -32,7 +32,7 @@ configuration PlatformC
 implementation
 {
   components PlatformP
-    , Msp430ClockC
+    , new Msp430ClockC(4096, 32)
     ;
 
   Init = PlatformP;