mirror of
https://github.com/espressif/openthread.git
synced 2026-09-09 02:30:11 +00:00
[link-metrics] split OPENTHREAD_CONFIG_MLE_LINK_METRICS_ENABLE macro (#6716)
This commit splits OPENTHREAD_CONFIG_MLE_LINK_METRICS_ENABLE macro into two subsequent ones: - OPENTHREAD_CONFIG_MLE_LINK_METRICS_SUBJECT_ENABLE - OPENTHREAD_CONFIG_MLE_LINK_METRICS_INITIATOR_ENABLE
This commit is contained in:
+2
-1
@@ -104,7 +104,8 @@ readonly OT_CLANG_TIDY_BUILD_OPTS=(
|
||||
'-DOT_JOINER=ON'
|
||||
'-DOT_LEGACY=ON'
|
||||
'-DOT_LINK_RAW=ON'
|
||||
'-DOT_LINK_METRICS=ON'
|
||||
'-DOT_LINK_METRICS_INITIATOR=ON'
|
||||
'-DOT_LINK_METRICS_SUBJECT=ON'
|
||||
'-DOT_MAC_FILTER=ON'
|
||||
'-DOT_MTD_NETDIAG=ON'
|
||||
'-DOT_PING_SENDER=ON'
|
||||
|
||||
Reference in New Issue
Block a user