mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
[spinel] fix dua log region (#7865)
This commit sets dua log region to correct value 20.
This commit is contained in:
@@ -706,7 +706,7 @@ enum
|
||||
SPINEL_NCP_LOG_REGION_OT_UTIL = 17,
|
||||
SPINEL_NCP_LOG_REGION_OT_BBR = 18,
|
||||
SPINEL_NCP_LOG_REGION_OT_MLR = 19,
|
||||
SPINEL_NCP_LOG_REGION_OT_DUA = 10,
|
||||
SPINEL_NCP_LOG_REGION_OT_DUA = 20,
|
||||
SPINEL_NCP_LOG_REGION_OT_BR = 21,
|
||||
SPINEL_NCP_LOG_REGION_OT_SRP = 22,
|
||||
SPINEL_NCP_LOG_REGION_OT_DNS = 23,
|
||||
|
||||
Reference in New Issue
Block a user