gustavonihei commented on a change in pull request #3161:
URL: https://github.com/apache/incubator-nuttx/pull/3161#discussion_r601300342



##########
File path: arch/arm/src/stm32f7/stm32_can.c
##########
@@ -949,7 +951,7 @@ static int stm32can_ioctl(FAR struct can_dev_s *dev, int 
cmd,
               DEBUGASSERT(brp >= 1 && brp <= CAN_BTR_BRP_MAX);
             }
 
-          caninfo("TS1: %d TS2: %d BRP: %d\n",
+          caninfo("TS1: %d TS2: %d BRP: %lu\n",

Review comment:
       ```suggestion
             caninfo("TS1: %" PRId8 " TS2: %" PRId8 " BRP: %" PRIu32 "\n",
   ```




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