mirror of
https://github.com/espressif/openthread.git
synced 2026-08-19 17:09:51 +00:00
[logging] fix typo for otDumpNote definition (#4922)
This commit is contained in:
@@ -1206,7 +1206,7 @@ extern "C" {
|
||||
#if OPENTHREAD_CONFIG_LOG_LEVEL >= OT_LOG_LEVEL_NOTE
|
||||
#define otDumpNote(aRegion, aId, aBuf, aLength) otDump(OT_LOG_LEVEL_NOTE, aRegion, aId, aBuf, aLength)
|
||||
#else
|
||||
#define otDumpInfo(aRegion, aId, aBuf, aLength)
|
||||
#define otDumpNote(aRegion, aId, aBuf, aLength)
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user