mirror of
https://github.com/espressif/openthread.git
synced 2026-08-03 09:27:47 +00:00
[typo] fix error message of link metrics option dependency (#9646)
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
#if OPENTHREAD_CONFIG_MLE_LINK_METRICS_INITIATOR_ENABLE == 0
|
||||
#error \
|
||||
"OPENTHREAD_CONFIG_LINK_METRICS_MANAGER_ENABLE can only be used when OPENTHREAD_CONFIG_LINK_METRICS_INITIATOR_ENABLE is true"
|
||||
"OPENTHREAD_CONFIG_LINK_METRICS_MANAGER_ENABLE can only be used when OPENTHREAD_CONFIG_MLE_LINK_METRICS_INITIATOR_ENABLE is true"
|
||||
#endif
|
||||
|
||||
#include <openthread/link_metrics.h>
|
||||
|
||||
Reference in New Issue
Block a user