arch/arm/src/stm32/stm32_can.c: Fix a syslog format
This commit is contained in:
parent
9d02bbcfdd
commit
fab675d442
@ -1222,8 +1222,8 @@ static int stm32can_send(FAR struct can_dev_s *dev,
|
|||||||
int dlc;
|
int dlc;
|
||||||
int txmb;
|
int txmb;
|
||||||
|
|
||||||
caninfo("CAN%d ID: %d DLC: %d\n",
|
caninfo("CAN%d ID: %" PRId32 " DLC: %d\n",
|
||||||
priv->port, msg->cm_hdr.ch_id, msg->cm_hdr.ch_dlc);
|
priv->port, (uint32_t)msg->cm_hdr.ch_id, msg->cm_hdr.ch_dlc);
|
||||||
|
|
||||||
/* Select one empty transmit mailbox */
|
/* Select one empty transmit mailbox */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user