[logging] add bbr region (#4819)

This commit is contained in:
Rongli Sun
2020-04-14 23:54:57 -07:00
committed by GitHub
parent b37528645a
commit bfef9c6a03
11 changed files with 171 additions and 18 deletions
+1
View File
@@ -134,6 +134,7 @@ typedef enum otLogRegion
OT_LOG_REGION_CLI = 14, ///< CLI
OT_LOG_REGION_CORE = 15, ///< OpenThread Core
OT_LOG_REGION_UTIL = 16, ///< Utility module
OT_LOG_REGION_BBR = 17, ///< Backbone Router (available since Thread 1.2)
} otLogRegion;
/**