TSCH: define to enable/disable HW frame filtering

This commit is contained in:
thomas-ha 2016-03-08 15:48:16 +01:00
parent 9ac14d1c7b
commit 6e5e1d05cd
1 changed files with 7 additions and 0 deletions

View File

@ -175,4 +175,11 @@
#define TSCH_ADAPTIVE_TIMESYNC 0
#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__ */