diff --git a/cpu/msp430/watchdog.c b/cpu/msp430/watchdog.c index 404b23355..0020c9bf8 100644 --- a/cpu/msp430/watchdog.c +++ b/cpu/msp430/watchdog.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: watchdog.c,v 1.10 2010/09/22 22:12:37 adamdunkels Exp $ + * @(#)$Id: watchdog.c,v 1.11 2010/10/24 21:10:25 adamdunkels Exp $ */ #include #include @@ -36,7 +36,7 @@ static int counter = 0; -#define PRINT_STACK_ON_REBOOT 1 +#define PRINT_STACK_ON_REBOOT 0 /*---------------------------------------------------------------------------*/ #ifdef CONTIKI_TARGET_SKY