]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/olimexp169/MotePlatformC.nc
Updates for GCC 4.5.3
[tinyos-2.x.git] / tos / platforms / olimexp169 / MotePlatformC.nc
index 816e544a7301c317312d2a28e3b51c402f696adf..1f8df2f79d5409626be1d106a2c48cc56ef049ac 100644 (file)
@@ -39,11 +39,6 @@ implementation {
     /* reset all of the ports to be input and using i/o functionality */
     atomic
       {
-#ifdef __MSP430_HAS_WDT__
-       /* Stop the watchdog, if running.  Should be somewhere in chips/msp430... */
-       WDTCTL = WDTPW + WDTHOLD;
-#endif
-
        /* Port 1: 7-0:- */
        P1SEL = 0;      /* 0 0 0 0 0 0 0 0 */
        P1OUT = 0;      /* 0 0 0 0 0 0 0 0 */