mirror of
https://github.com/espressif/openthread.git
synced 2026-07-29 15:17:47 +00:00
[cli] fix coap secure typo (#3873)
This commit is contained in:
@@ -384,7 +384,7 @@ otError CoapSecure::ProcessX509(int argc, char *argv[])
|
||||
exit:
|
||||
return error;
|
||||
#else
|
||||
return OT_ERROR_DISABLED_FEATURE
|
||||
return OT_ERROR_DISABLED_FEATURE;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user