disable TSCH HW frame filtering

This commit is contained in:
thomas-ha 2016-03-08 15:52:40 +01:00
parent 38348b8703
commit 0e0dba932f

View File

@ -40,7 +40,7 @@ typedef uint32_t rtimer_clock_t;
#define RTIMER_CLOCK_LT(a,b) ((int32_t)((a)-(b)) < 0)
/** @} */
/*---------------------------------------------------------------------------*/
#define SYS_CTRL_CONF_OSC32K_USE_XTAL 1
#define TSCH_CONF_HW_FRAME_FILTERING 0
#define RADIO_DELAY_BEFORE_TX ((unsigned)US_TO_RTIMERTICKS(300))
#define RADIO_DELAY_BEFORE_RX ((unsigned)US_TO_RTIMERTICKS(100))