mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
[config] fix typos in config docs (#9725)
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_DNSSD_SERVER_PORT
|
||||
*
|
||||
* Define the the DNS-SD Server port.
|
||||
* Define the DNS-SD Server port.
|
||||
*
|
||||
*/
|
||||
#ifndef OPENTHREAD_CONFIG_DNSSD_SERVER_PORT
|
||||
|
||||
@@ -274,7 +274,7 @@
|
||||
* @def OPENTHREAD_CONFIG_SRP_CLIENT_RETRY_WAIT_INTERVAL_JITTER
|
||||
*
|
||||
* Specifies jitter (in msec) for retry wait interval. If the current retry wait interval is smaller than the jitter
|
||||
* then the the wait interval itself is used as jitter (e.g., with jitter 500 msec and if retry interval is 300ms
|
||||
* then the wait interval itself is used as jitter (e.g., with jitter 500 msec and if retry interval is 300ms
|
||||
* the retry interval is then randomly selected from [0, 2*300] ms).
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user