Renamed sensinode-debug to debug
This commit is contained in:
parent
bce34e4b9a
commit
977bc548f3
12 changed files with 14 additions and 14 deletions
|
@ -96,7 +96,7 @@
|
|||
#if DEBUG
|
||||
#include <stdio.h>
|
||||
#if CONTIKI_TARGET_SENSINODE
|
||||
#include "sensinode-debug.h"
|
||||
#include "debug.h"
|
||||
#endif /* CONTIKI_TARGET_SENSINODE */
|
||||
#define PRINTF(...) printf(__VA_ARGS__)
|
||||
#else /* DEBUG */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue