OceanfromXiaomi commented on code in PR #13127:
URL: https://github.com/apache/nuttx/pull/13127#discussion_r1730787515


##########
drivers/can/Kconfig:
##########
@@ -39,18 +39,35 @@ config CAN_FD
        ---help---
                Enables support for the CAN_FD mode.
 
-config CAN_FIFOSIZE
-       int "CAN driver I/O buffer size"
+config CAN_TXFIFOSIZE
+       int "CAN driver I/O tx buffer size"
        default 8
        ---help---
-               The size of the circular buffer of CAN messages. Default: 8
+               The size of the circular tx buffer of CAN messages. Default: 8
+
+config CAN_RXFIFOSIZE
+       int "CAN driver I/O rx buffer size"
+       default 8

Review Comment:
   Done



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