davids5 commented on a change in pull request #3651:
URL: https://github.com/apache/incubator-nuttx/pull/3651#discussion_r625373893



##########
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:
       @gustavonihei - I was torn on matching the old code usage and fixing 
them. 
   
   Are you on the "fixing them" side?




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


Reply via email to