Merge pull request #278 from simonduq/contrib/sky-tsch-no-frame-filter

Disable TSCH HW frame filtering on platform sky
This commit is contained in:
George Oikonomou 2018-01-12 23:07:48 +00:00 committed by GitHub
commit 8bee5ce5b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,9 @@
/* Delay between the SFD finishes arriving and it is detected in software */
#define RADIO_DELAY_BEFORE_DETECT 0
/* Disable TSCH frame filtering */
#define TSCH_CONF_HW_FRAME_FILTERING 0
#define PLATFORM_HAS_LEDS 1
#define PLATFORM_HAS_BUTTON 1
#define PLATFORM_HAS_LIGHT 1