mirror of
https://github.com/espressif/openthread.git
synced 2026-08-26 04:09:52 +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
@@ -112,7 +112,7 @@ build_simulation()
|
||||
"-DOT_SERVICE=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"
|
||||
"-DOT_THREAD_VERSION=${version}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user