Turn off printf for sensinode examples which will otherwise not fit our flash

This commit is contained in:
George Oikonomou 2012-03-23 16:49:49 +00:00
parent 80002e8fd1
commit 2755e261bf
2 changed files with 2 additions and 2 deletions

View file

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

View file

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