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