boards/mbed_lpc1768: disable DEBUG by default
Set ENABLE_DEBUG from (1) to (0)
This commit is contained in:
parent
7301a895f5
commit
c4538cacd0
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user