acassis merged PR #15918:
URL: https://github.com/apache/nuttx/pull/15918
--
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.apac
fdcavalcanti commented on PR #15918:
URL: https://github.com/apache/nuttx/pull/15918#issuecomment-2691359607
Can we trigger CI again? Some weird error happenned.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
lupyuen commented on PR #15918:
URL: https://github.com/apache/nuttx/pull/15918#issuecomment-2691745554
Restarting the build because an external repo was down:
```text
Configuration/Tool: sim/alsa
svn: E170013: Unable to connect to a repository at URL
'https://svn.code.sf.net/p/
fdcavalcanti opened a new pull request, #15918:
URL: https://github.com/apache/nuttx/pull/15918
## Summary
Use `PRIu32` instead of `%u` for `uint32_t` to avoid build warnings on
different architectures.
This is required as part of an effort to fix #15755.
## Impact
-