You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "Cynerd (via GitHub)" <gi...@apache.org> on 2023/03/06 14:52:56 UTC

[GitHub] [nuttx] Cynerd opened a new pull request, #8745: samv7: switch from printing numbers as signed to unsigned in QSPI

Cynerd opened a new pull request, #8745:
URL: https://github.com/apache/nuttx/pull/8745

   This switches from PRId32 to PRIu32. Those variables have unsigned type and thus we should print them as such.
   
   


-- 
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] [nuttx] pkarashchenko merged pull request #8745: samv7: switch from printing numbers as signed to unsigned in QSPI

Posted by "pkarashchenko (via GitHub)" <gi...@apache.org>.
pkarashchenko merged PR #8745:
URL: https://github.com/apache/nuttx/pull/8745


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