Configure ContikiMAC timings for CC13xx sub-ghz operation

This is required so that ContikiMAC will keep working correctly after the recent change that also turns off the RF analog part during duty cycling.
This commit is contained in:
George Oikonomou 2015-11-01 23:18:42 +00:00
parent 54648591ee
commit 984b8cd631

View file

@ -98,7 +98,7 @@
#define CONTIKIMAC_CONF_LISTEN_TIME_AFTER_PACKET_DETECTED (RTIMER_ARCH_SECOND / 20)
#define CONTIKIMAC_CONF_SEND_SW_ACK 1
#define CONTIKIMAC_CONF_AFTER_ACK_DETECTECT_WAIT_TIME (RTIMER_SECOND / 1000)
#define CONTIKIMAC_CONF_INTER_PACKET_INTERVAL (RTIMER_SECOND / 280)
#define CONTIKIMAC_CONF_INTER_PACKET_INTERVAL (RTIMER_SECOND / 250)
#else
#define NETSTACK_CONF_RADIO ieee_mode_driver