Merge pull request #90 from simonduq/rpl-conf
Added missing include of contiki-conf.h in rpl-conf.h
This commit is contained in:
commit
373b6c0195
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@
|
|||
#ifndef RPL_CONF_H
|
||||
#define RPL_CONF_H
|
||||
|
||||
#include "contiki-conf.h"
|
||||
|
||||
/* Set to 1 to enable RPL statistics */
|
||||
#ifndef RPL_CONF_STATS
|
||||
#define RPL_CONF_STATS 0
|
||||
|
|
Loading…
Add table
Reference in a new issue