acassis commented on code in PR #16875: URL: https://github.com/apache/nuttx/pull/16875#discussion_r2288092863
########## drivers/can/Kconfig: ########## @@ -273,6 +273,15 @@ config CAN_KVASER if CAN_KVASER +config CAN_KVASER_IRQ_PASSES + int "Kvaser PCI interrupt passes" + default 16 Review Comment: Please include a range here, if the user pass a zeroed or negative value the "for" loop will run "forever" (until overflow) -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org