TSCH: define to enable/disable HW frame filtering
This commit is contained in:
parent
9ac14d1c7b
commit
6e5e1d05cd
|
@ -175,4 +175,11 @@
|
||||||
#define TSCH_ADAPTIVE_TIMESYNC 0
|
#define TSCH_ADAPTIVE_TIMESYNC 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* HW frame filtering enabled */
|
||||||
|
#ifdef TSCH_CONF_HW_FRAME_FILTERING
|
||||||
|
#define TSCH_HW_FRAME_FILTERING TSCH_CONF_HW_FRAME_FILTERING
|
||||||
|
#else /* TSCH_CONF_HW_FRAME_FILTERING */
|
||||||
|
#define TSCH_HW_FRAME_FILTERING 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __TSCH_CONF_H__ */
|
#endif /* __TSCH_CONF_H__ */
|
||||||
|
|
Loading…
Reference in a new issue