Merge pull request #1899 from Lotterleben/rm_debug_mbed_lpc1768_hwtimer
boards/mbed_lpc1768: disable DEBUG by default
This commit is contained in:
commit
baf147f4b6
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user