mirror of
https://github.com/espressif/openthread.git
synced 2026-09-07 17:50:09 +00:00
[cmake] fix SRP server fast start mode option typo (#11798)
fix misspelled `OT_SRP_SERVER_FAST_START_MODE` build option
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ OT_POSIX_SIM_COMMON_OPTIONS=(
|
||||
"-DOT_SNTP_CLIENT=ON"
|
||||
"-DOT_SRP_CLIENT=ON"
|
||||
"-DOT_SRP_SERVER=ON"
|
||||
"-DOT_SRP_SERVER_FAST_START_MDOE=ON"
|
||||
"-DOT_SRP_SERVER_FAST_START_MODE=ON"
|
||||
"-DOT_UPTIME=ON"
|
||||
)
|
||||
readonly OT_POSIX_SIM_COMMON_OPTIONS
|
||||
|
||||
Reference in New Issue
Block a user