Merge pull request #1286 from farcaller/patch-2
Fixed linuxradio-drv guard macro name
This commit is contained in:
commit
ad51fe55f9
1 changed files with 1 additions and 1 deletions
|
@ -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