xiaoxiang781216 opened a new pull request, #8155:
URL: https://github.com/apache/nuttx/pull/8155
## Summary
chip/sam_clockconfig.c: In function 'sam_usbclockconfig': Error:
/github/workspace/sources/nuttx/arch/arm/src/common/arm_internal.h:135:51:
error: 'regval' is used uninitialized [-Werror=uninitialized]
135 | #define putreg32(v,a) (*(volatile uint32_t *)(a) = (v))
| ^
chip/sam_clockconfig.c:422:12: note: 'regval' was declared here
422 | uint32_t regval;
| ^~~~~~
## Impact
Fix CI broken
## Testing
Pass 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]