Merge pull request #1899 from Lotterleben/rm_debug_mbed_lpc1768_hwtimer

boards/mbed_lpc1768: disable DEBUG by default
This commit is contained in:
Thomas Eichinger 2014-10-30 17:24:00 +01:00
commit baf147f4b6

View File

@ -21,7 +21,7 @@
#include "arch/hwtimer_arch.h" #include "arch/hwtimer_arch.h"
#define ENABLE_DEBUG (1) #define ENABLE_DEBUG (0)
#include "debug.h" #include "debug.h"
void hwtimer_arch_enable_interrupt(void) void hwtimer_arch_enable_interrupt(void)