bugfix define framer and llsec
This commit is contained in:
parent
64e3ed0281
commit
ff29ab2c94
2 changed files with 2 additions and 4 deletions
|
@ -68,7 +68,7 @@ include $(CONTIKIAVR)/Makefile.avr
|
|||
include $(CONTIKIAVR)/radio/Makefile.radio
|
||||
|
||||
MODULES += core/net/mac core/net core/net/mac/sicslowmac core/net/mac/contikimac \
|
||||
# core/net/llsec \
|
||||
core/net/llsec \
|
||||
# core/net/ipv6 core/net/ipv4 core/net/ip \
|
||||
# core/net/rime \
|
||||
# core/net/rpl \
|
||||
|
|
|
@ -247,13 +247,11 @@ typedef unsigned short uip_stats_t;
|
|||
#define RIMESTATS_CONF_ENABLED 0
|
||||
|
||||
#if NETSTACK_CONF_WITH_IPV6
|
||||
//#define NETSTACK_CONF_FRAMER framer802154
|
||||
#define NETSTACK_CONF_FRAMER framer_802154
|
||||
#else /* NETSTACK_CONF_WITH_IPV6 */
|
||||
#define NETSTACK_CONF_FRAMER contikimac_framer
|
||||
#endif /* NETSTACK_CONF_WITH_IPV6 */
|
||||
|
||||
|
||||
#define NETSTACK_CONF_FRAMER framer_802154
|
||||
#define NETSTACK_CONF_RADIO rf230_driver
|
||||
/* The radio needs to interrupt during an rtimer interrupt */
|
||||
#define RTIMER_CONF_NESTED_INTERRUPTS 1
|
||||
|
|
Loading…
Reference in a new issue