Re: [PR] arch/sim/sim_canchar.c: fix compilation when CAN FD is disabled [nuttx]

2025-05-24 Thread via GitHub
xiaoxiang781216 merged PR #16433: URL: https://github.com/apache/nuttx/pull/16433 -- 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...@nu

[PR] arch/sim/sim_canchar.c: fix compilation when CAN FD is disabled [nuttx]

2025-05-23 Thread via GitHub
szafonimateusz-mi opened a new pull request, #16433: URL: https://github.com/apache/nuttx/pull/16433 ## Summary Fix case for CAN character driver in simulator when CANFD is disabled and ch_edl field is not present in CAN header. ## Impact fix another use case for CAN in simulato