mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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"
|
||||
|
||||
#define ENABLE_DEBUG (1)
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
void hwtimer_arch_enable_interrupt(void)
|
||||
|
Loading…
Reference in New Issue
Block a user