jerpelea opened a new pull request, #19828: URL: https://github.com/apache/nuttx/pull/19828
## Summary The FlexCAN per-controller config initializers in three ARM drivers contain a copy-paste defect: inside the CAN2 (and, on S32K3XX, CAN3) blocks a second .rx_pin designator appears where .enable_high was intended. C designated initializers let a later designator for the same member silently override an earlier one, so .rx_pin = PIN_CANx_RX is discarded and .enable_high is never assigned at all, falling back to 0 from static zero-initialization. ## Impact RELEASE ## Testing CI -- 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]
