mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
[config] fix typo in core config check header (#13158)
Fix typo "was replaces" to "was replaced" in openthread-core-config-check.h.
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef OPENTHREAD_ENABLE_MTD_NETWORK_DIAGNOSTIC
|
||||
#error "OPENTHREAD_ENABLE_MTD_NETWORK_DIAGNOSTIC was replaces by OPENTHREAD_CONFIG_TMF_NETWORK_DIAG_MTD_ENABLE."
|
||||
#error "OPENTHREAD_ENABLE_MTD_NETWORK_DIAGNOSTIC was replaced by OPENTHREAD_CONFIG_TMF_NETWORK_DIAG_MTD_ENABLE."
|
||||
#endif
|
||||
|
||||
#ifdef OPENTHREAD_ENABLE_APPLICATION_COAP_SECURE
|
||||
|
||||
Reference in New Issue
Block a user