mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 08:07:47 +00:00
[error] force error checking (#4784)
This commit is contained in:
+1
-1
@@ -264,7 +264,7 @@ otError UdpExample::Process(uint8_t aArgsLength, char *aArgs[])
|
||||
|
||||
if (aArgsLength < 1)
|
||||
{
|
||||
ProcessHelp(0, NULL);
|
||||
IgnoreError(ProcessHelp(0, NULL));
|
||||
error = OT_ERROR_INVALID_ARGS;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user