mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 07:37:46 +00:00
[cli] fix unused retval warning on otPlatLogCrashDump() call (#10369)
This commit is contained in:
@@ -142,7 +142,7 @@ pseudo_reset:
|
||||
#endif
|
||||
|
||||
#if OPENTHREAD_CONFIG_PLATFORM_LOG_CRASH_DUMP_ENABLE
|
||||
otPlatLogCrashDump();
|
||||
IgnoreError(otPlatLogCrashDump());
|
||||
#endif
|
||||
|
||||
while (!otSysPseudoResetWasRequested())
|
||||
|
||||
Reference in New Issue
Block a user