X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Folimexp169%2FMotePlatformC.nc;h=fdea41e0ec5c335ac4e9fd84d20581eccd4a95ef;hb=be862ab07d080085823951d18dcb27a28a310ace;hp=816e544a7301c317312d2a28e3b51c402f696adf;hpb=e9bfab607e051bae6afb47b44892ce37541d1b44;p=tinyos-2.x.git diff --git a/tos/platforms/olimexp169/MotePlatformC.nc b/tos/platforms/olimexp169/MotePlatformC.nc index 816e544a..fdea41e0 100644 --- a/tos/platforms/olimexp169/MotePlatformC.nc +++ b/tos/platforms/olimexp169/MotePlatformC.nc @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * - Neither the name of the Technische Universität Berlin nor the names + * - Neither the name of the Titanium Mirror, Inc. nor the names * of its contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * @@ -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 */