You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/02/17 09:48:28 UTC

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5527: libs/libnx: workaround for compile issue on cortex-M0

anchao commented on a change in pull request #5527:
URL: https://github.com/apache/incubator-nuttx/pull/5527#discussion_r808857712



##########
File path: libs/libnx/nxmu/nx_eventhandler.c
##########
@@ -143,6 +143,10 @@ int nx_eventhandler(NXHANDLE handle)
                 }
             }
         }
+      else if (nbytes == 0)
+        {
+          return OK;

Review comment:
       emm... This PR just to resolve the compile issue, I do not want to change the original logic of this file, I am worried that if return error, it may cause other issues....




-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org