1
0
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:
Lotte Steenbrink 2014-10-30 02:25:27 -07:00
parent 7301a895f5
commit c4538cacd0

View File

@ -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)