mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
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
@ -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…
Reference in New Issue
Block a user