davids5 commented on a change in pull request #3651:
URL: https://github.com/apache/incubator-nuttx/pull/3651#discussion_r625375710
##########
File path: arch/arm/src/stm32f7/stm32_can.c
##########
@@ -658,15 +665,16 @@ static int stm32can_setup(FAR struct can_dev_s *dev)
FAR struct stm32_can_s *priv = dev->cd_priv;
int ret;
- caninfo("CAN%d RX0 irq: %d RX1 irq: %d TX irq: %d\n",
+ caninfo("CAN%" PRId8 " RX0 irq: %" PRId8 " RX1 irq: %" PRId8
+ " TX irq: %" PRId8 "\n",
Review comment:
@gustavonihei @antmerlino - Thnak you both!
I will fix these is the AM, squash and force push.
--
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]