mirror of
https://github.com/espressif/openthread.git
synced 2026-08-13 06:07:48 +00:00
Logging: Fix the typo in otLogCrit() macro argument aInstance (#1598)
This commit is contained in:
committed by
Jonathan Hui
parent
116cbf371d
commit
0e3b2456f9
@@ -77,7 +77,7 @@ extern "C" {
|
||||
*/
|
||||
#if OPENTHREAD_CONFIG_LOG_LEVEL >= OPENTHREAD_LOG_LEVEL_CRIT
|
||||
#define otLogCrit(aInstance, aRegion, aFormat, ...) \
|
||||
_otLogFormatter(aInstane, kLogLevelCrit, aRegion, aFormat, ## __VA_ARGS__)
|
||||
_otLogFormatter(aInstance, kLogLevelCrit, aRegion, aFormat, ## __VA_ARGS__)
|
||||
#else
|
||||
#define otLogCrit(aInstance, aRegion, aFormat, ...)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user