Turn off printf for sensinode examples which will otherwise not fit our flash
This commit is contained in:
parent
80002e8fd1
commit
2755e261bf
|
@ -33,7 +33,7 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#define DEBUG DEBUG_PRINT
|
||||
#define DEBUG DEBUG_NONE
|
||||
#include "net/uip-debug.h"
|
||||
#include "net/rpl/rpl.h"
|
||||
#include "dev/watchdog.h"
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#define DEBUG DEBUG_PRINT
|
||||
#define DEBUG DEBUG_NONE
|
||||
#include "net/uip-debug.h"
|
||||
#include "dev/watchdog.h"
|
||||
#include "dev/leds.h"
|
||||
|
|
Loading…
Reference in a new issue