[error] force error checking (#4784)

This commit is contained in:
kangping
2020-05-06 11:17:58 -07:00
committed by GitHub
parent 6e8f2c9913
commit 49f36f8c24
96 changed files with 792 additions and 741 deletions
+1 -1
View File
@@ -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