mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 05:37:46 +00:00
Add NCP as a log region option in logging.h (#304)
This commit adds new log region for NCP (kLogRegionNcp). It also adds the support for posix platform logging implementation.
This commit is contained in:
committed by
Jonathan Hui
parent
2e31f499d6
commit
440ea46775
@@ -85,6 +85,7 @@ typedef enum otLogRegion
|
||||
kLogRegionIp6 = 6, ///< IPv6
|
||||
kLogRegionMac = 7, ///< IEEE 802.15.4 MAC
|
||||
kLogRegionMem = 8, ///< Memory
|
||||
kLogRegionNcp = 9, ///< NCP
|
||||
} otLogRegion;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user