gustavonihei opened a new pull request, #6988: URL: https://github.com/apache/incubator-nuttx/pull/6988
## Summary This PR intends to fix some `shift-out-of-bounds` warnings reported by UBSAN. ## Impact In all reported cases the value resulting from the implicit conversion is just written into a memory-mapped register, so no impact should be expected in runtime. Fixes #6985. ## Testing `esp32c3-devkit:nsh` with UBSan enabled. -- 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