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 2020/11/09 12:06:44 UTC

[GitHub] [incubator-nuttx] acassis commented on pull request #2260: eventfd: remove the unique minor limit

acassis commented on pull request #2260:
URL: https://github.com/apache/incubator-nuttx/pull/2260#issuecomment-723972606


   Ok, the modification is correct, but it should better to use "size_t" instead uint32_t because it will use less memory on arch with CONFIG_SMALL_MEMORY. Please see include/sys/types.h as reference.
   NuttX needs to run on MCUs with 8-bit, 16-bit, 32-bit, etc.


----------------------------------------------------------------
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.

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