gnrc: rpl: DEBUG fix
This commit is contained in:
parent
93ce8bc36f
commit
fd884c2d05
@ -20,9 +20,7 @@
|
|||||||
#define ENABLE_DEBUG (0)
|
#define ENABLE_DEBUG (0)
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
#if ENABLE_DEBUG
|
|
||||||
static char addr_str[IPV6_ADDR_MAX_STR_LEN];
|
static char addr_str[IPV6_ADDR_MAX_STR_LEN];
|
||||||
#endif
|
|
||||||
|
|
||||||
#define GNRC_RPL_SRH_PADDING(X) ((X & 0xF0) >> 4)
|
#define GNRC_RPL_SRH_PADDING(X) ((X & 0xF0) >> 4)
|
||||||
#define GNRC_RPL_SRH_COMPRE(X) (X & 0x0F)
|
#define GNRC_RPL_SRH_COMPRE(X) (X & 0x0F)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user