Skip to content
Snippets Groups Projects
Unverified Commit 4fc5c1ac authored by Niclas Finne's avatar Niclas Finne Committed by GitHub
Browse files

Merge pull request #1814 from atiselsts/fix/cc26xx-tsch-association

TSCH_CONF_ASSOCIATION_POLL_FREQUENCY revert change
parents e8b66282 42802bb0
No related branches found
No related tags found
No related merge requests found
...@@ -133,9 +133,9 @@ ...@@ -133,9 +133,9 @@
#define TSCH_CONF_CHANNEL_SCAN_DURATION (CLOCK_SECOND / 10) #define TSCH_CONF_CHANNEL_SCAN_DURATION (CLOCK_SECOND / 10)
#endif #endif
/* Tweak to improve TSCH association speed on this platform */ /* Increase this from the default 100 to improve TSCH association speed on this platform */
#ifndef TSCH_CONF_ASSOCIATION_POLL_FREQUENCY #ifndef TSCH_CONF_ASSOCIATION_POLL_FREQUENCY
#define TSCH_CONF_ASSOCIATION_POLL_FREQUENCY 10 #define TSCH_CONF_ASSOCIATION_POLL_FREQUENCY 1000
#endif #endif
/* Slightly reduce the TSCH guard time (from 2200 usec to 1800 usec) to make sure /* Slightly reduce the TSCH guard time (from 2200 usec to 1800 usec) to make sure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment