xiaoxiang781216 commented on code in PR #1549:
URL: https://github.com/apache/nuttx-apps/pull/1549#discussion_r1098614099
##########
logging/nxscope/nxscope_iser.c:
##########
@@ -189,7 +189,10 @@ int nxscope_ser_init(FAR struct nxscope_intf_s *intf,
* Anything else is bad.
*/
- DEBUGASSERT(errno == ENOTCONN);
+ if (errno != ENOTCONN)
Review Comment:
move to the first patch
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]