jwang12340 commented on code in PR #18039:
URL: https://github.com/apache/nuttx/pull/18039#discussion_r2710844114


##########
drivers/can/ctucanfd_pci.c:
##########
@@ -641,12 +650,24 @@ static int ctucanfd_chrdev_send(FAR struct can_dev_s *dev,
     {
       fmt.s.ide   = 1;
       id.s.id_ext = msg->cm_hdr.ch_id;
+
+      /* Set txbuf record used for txconfirm */
+
+#  ifdef CONFIG_CAN_TXCONFIRM
+      priv->tx_idbuf[txidx] = CAN_EFF_FLAG | msg->cm_hdr.ch_id;
+#  endif

Review Comment:
   Thanks for the testing and verification. It seems that some header file 
changes were not committed. I will check again and update the patch.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to