File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,6 @@ config OPENTHREAD_CSL_AUTO_SYNC
8686 bool "Enable CSL autosync"
8787 default y if OPENTHREAD_CSL_RECEIVER
8888
89- config OPENTHREAD_CSL_SAMPLE_WINDOW
90- int "CSL sample window in units of 10 symbols"
91- default 30
92-
9389config OPENTHREAD_CSL_RECEIVE_TIME_AHEAD
9490 int "CSL receiver wake up margin in units of 10 symbols"
9591 default 480
Original file line number Diff line number Diff line change 294294 CONFIG_OPENTHREAD_RADIO_LINK_TREL_ENABLE
295295#endif /* CONFIG_OPENTHREAD_RADIO_LINK_TREL_ENABLE */
296296
297- /**
298- * @def OPENTHREAD_CONFIG_CSL_SAMPLE_WINDOW
299- *
300- * CSL sample window in units of 10 symbols.
301- *
302- */
303- #ifdef CONFIG_OPENTHREAD_CSL_SAMPLE_WINDOW
304- #define OPENTHREAD_CONFIG_CSL_SAMPLE_WINDOW \
305- CONFIG_OPENTHREAD_CSL_SAMPLE_WINDOW
306- #endif /* CONFIG_OPENTHREAD_CSL_SAMPLE_WINDOW */
307-
308297/**
309298 * @def OPENTHREAD_CONFIG_CSL_RECEIVE_TIME_AHEAD
310299 *
You can’t perform that action at this time.
0 commit comments