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


##########
drivers/can/Kconfig:
##########
@@ -134,6 +134,15 @@ config CAN_TXPRIORITY
        ---help---
                Prioritize sending based on canid.
 
+config CAN_TXCANCEL
+       bool "Implement tx cancel ability"
+       default n
+        depends on CAN_TXPRIORITY

Review Comment:
   get, I will add `config CAN_STRICT_TX_PRIORITY` instead of `CAN_TXCANCEL and 
CAN_TXPRIORITY`, confirm strict Tx priority.
   How do you think?



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