From c4538cacd0dfa58d118719837806b626395e4747 Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Thu, 30 Oct 2014 02:25:27 -0700 Subject: [PATCH] boards/mbed_lpc1768: disable DEBUG by default Set ENABLE_DEBUG from (1) to (0) --- boards/mbed_lpc1768/hwtimer_board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/mbed_lpc1768/hwtimer_board.c b/boards/mbed_lpc1768/hwtimer_board.c index df8a562b3..3ca6f99a6 100644 --- a/boards/mbed_lpc1768/hwtimer_board.c +++ b/boards/mbed_lpc1768/hwtimer_board.c @@ -21,7 +21,7 @@ #include "arch/hwtimer_arch.h" -#define ENABLE_DEBUG (1) +#define ENABLE_DEBUG (0) #include "debug.h" void hwtimer_arch_enable_interrupt(void)