X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=tos%2Fplatforms%2Ftmicore%2FMoteClockP.nc;h=a9a976845eedbcf3838f14c2b3d5d9023d6a3f98;hb=121ddd3843c9a283e25a016eddbbe5e60e063f8c;hp=ca169f2758f1ec079134cef2b355f1377dd0c402;hpb=0eb562ef9d518dd35b5dd52c7afb7fef75ee1680;p=tinyos-2.x.git diff --git a/tos/platforms/tmicore/MoteClockP.nc b/tos/platforms/tmicore/MoteClockP.nc index ca169f27..a9a97684 100644 --- a/tos/platforms/tmicore/MoteClockP.nc +++ b/tos/platforms/tmicore/MoteClockP.nc @@ -41,7 +41,7 @@ module MoteClockP { implementation { 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) {