]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/telosa/PlatformP.nc
- Set DCO calibrate target back to 4096 binary kHz
[tinyos-2.x.git] / tos / platforms / telosa / PlatformP.nc
index 144517896b977bd20e20a125ab768f381ec589cf..93c1b6fdb7941fc996e017f1cd0799918d3507d9 100644 (file)
@@ -2,13 +2,13 @@
 
 module PlatformP{
   provides interface Init;
-  uses interface Init as Msp430ClockInit;
+  uses interface Init as MoteClockInit;
   uses interface Init as MoteInit;
   uses interface Init as LedsInit;
 }
 implementation {
   command error_t Init.init() {
-    call Msp430ClockInit.init();
+    call MoteClockInit.init();
     call MoteInit.init();
     call LedsInit.init();
     return SUCCESS;