boards/mbed_lpc1768: disable DEBUG by default

Set ENABLE_DEBUG from (1) to (0)
dev/timer
Lotte Steenbrink 9 years ago
parent 7301a895f5
commit c4538cacd0

@ -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…
Cancel
Save