gustavonihei commented on a change in pull request #3651:
URL: https://github.com/apache/incubator-nuttx/pull/3651#discussion_r625380417
##########
File path: arch/arm/src/stm32f7/stm32_can.c
##########
@@ -322,7 +323,7 @@ static uint32_t stm32can_vgetreg(uint32_t addr)
{
/* Yes.. then show how many times the value repeated */
- caninfo("[repeats %d more times]\n", count - 3);
+ caninfo("[repeats %" PRId32 " more times]\n", count - 3);
Review comment:
Since it is already being changed, I believe it would be best if changed
to the correct one :)
Creating another PR just for changing it again seems a waste of resources
(review time, CI usage...)
--
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:
[email protected]