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/06/27 10:33:22 UTC

[GitHub] [incubator-nuttx] pussuw opened a new pull request, #6530: mpfs: Fix IHC memory locations to native width type

pussuw opened a new pull request, #6530:
URL: https://github.com/apache/incubator-nuttx/pull/6530

   Ne numeric type defaults to u32 which is not enough to represent a
   native memory location
   
   This fixes build error:
   https://github.com/apache/incubator-nuttx/runs/7067877053?check_suite_focus=true
   
   Absolutely no idea why the compiler did not warn about this before.
   
   ## Summary
   Fix build error above
   ## Impact
   Minor fix
   ## Testing
   icicle:nsh
   


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


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6530: mpfs: Fix IHC memory locations to native width type

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #6530:
URL: https://github.com/apache/incubator-nuttx/pull/6530


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