Skip to content
Snippets Groups Projects
Commit e065888c authored by Christian Mehlis's avatar Christian Mehlis
Browse files

added ENABLE_DEBUG macro

parent 362f7fde
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment