Debug off by default
This commit is contained in:
parent
2f20d6b108
commit
7f687b99e6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
#include "net/uip-nd6.h"
|
||||
#include "net/uip-ds6.h"
|
||||
|
||||
#define DEBUG 1
|
||||
#define DEBUG 0
|
||||
#if DEBUG
|
||||
#include <stdio.h>
|
||||
#define PRINTF(...) printf(__VA_ARGS__)
|
||||
|
|
Loading…
Reference in a new issue