csanchezdll opened a new pull request, #16669: URL: https://github.com/apache/nuttx/pull/16669
## Summary Previous code was failing to disable error interrupts which due to standard CAN retransmissions might trigger continusouly (for example, with a disconnected CAN interface) flooding the system and preventing other operations to continue. Fixes: https://github.com/apache/nuttx/issues/16668 ## Impact This patch fixes the bug on al the affected platforms. Normal behavior on non-bug conditions is not affected. ## Testing After applying the patch, the test program provided on the bug description runs as expected (counting continues after frames are send, and using gdb I have checked `fdcan_interrupt` is only triggered once). -- 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