mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
added ENABLE_DEBUG macro
This commit is contained in:
parent
362f7fde55
commit
e065888cdb
@ -32,12 +32,14 @@
|
||||
#include <sys/select.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "debug.h"
|
||||
#include "board_uart0.h"
|
||||
|
||||
#include "native_internal.h"
|
||||
#include "board_internal.h"
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
int _native_uart_sock;
|
||||
int _native_uart_conn;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user