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