]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmicore/MoteClockP.nc
Updates for GCC 4.5.3
[tinyos-2.x.git] / tos / platforms / tmicore / MoteClockP.nc
index ca169f2758f1ec079134cef2b355f1377dd0c402..a3353972854fe9a639a7208464269bf4e733a28e 100644 (file)
@@ -39,9 +39,12 @@ module MoteClockP {
 }
 
 implementation {
+  MSP430REG_NORACE(TAIV);
+  MSP430REG_NORACE(TBIV);
+
   command error_t Init.init()
   {
-    uint16_t i;
+    volatile uint16_t i;
 
 #if defined (CALDCO_8MHZ_) && !defined(__DisableCalData)
     if (CALBC1_8MHZ != 0xff || CALDCO_8MHZ != 0xff) {