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 2021/07/24 08:20:01 UTC

[GitHub] [incubator-nuttx] michallenc opened a new pull request #4216: arch/arm/src/stm32/stm32_qencoder.c: print uint32_t by using PRIx32

michallenc opened a new pull request #4216:
URL: https://github.com/apache/incubator-nuttx/pull/4216


   ## Summary
   Printing uint32_t with %x was causing compilation warnings therefore to change to standard format defined in inttypes.h.
   
   ## Impact
   Just coding style,
   
   ## Testing
   Compilation without warnings and errors.
   


-- 
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 #4216: arch/arm/src/stm32/stm32_qencoder.c: print uint32_t by using PRIx32

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


   


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