Fixed linuxradio-drv guard macro name
This commit is contained in:
parent
0138f49c76
commit
2d75926989
|
@ -36,7 +36,7 @@
|
|||
#include "contiki.h"
|
||||
#include "contiki-conf.h"
|
||||
|
||||
#if defined(linux) && UIP_CONF_IPV6
|
||||
#if defined(linux) && NETSTACK_CONF_WITH_IPV6
|
||||
|
||||
#include "linuxradio-drv.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue