[logging] fix typo for otDumpNote definition (#4922)

This commit is contained in:
rob-the-dude
2020-05-02 23:28:41 -07:00
committed by GitHub
parent b378eb1aa8
commit 9faa71dc3e
+1 -1
View File
@@ -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
/**