Re: [PR] gps: modify printf to use format specifier macros [nuttx-apps]

2025-03-29 Thread via GitHub
xiaoxiang781216 merged PR #3041: URL: https://github.com/apache/nuttx-apps/pull/3041 -- 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...

Re: [PR] gps: modify printf to use format specifier macros [nuttx-apps]

2025-03-27 Thread via GitHub
lupyuen commented on PR #3041: URL: https://github.com/apache/nuttx-apps/pull/3041#issuecomment-2760003849 Remember to fill in the Commit Description. Thanks :-) - https://github.com/apache/nuttx-apps/pull/3041/commits/d50da7a65f74b53ec0eb8a0b0b534b15d73637c1 -- This is an automated me

[PR] gps: modify printf to use format specifier macros [nuttx-apps]

2025-03-27 Thread via GitHub
fdcavalcanti opened a new pull request, #3041: URL: https://github.com/apache/nuttx-apps/pull/3041 ## Summary This PR modifies some `printf` calls from `%d` to `PRId32` to solve warnings due to compiler changes. Relates to this [issue](https://github.com/apache/nuttx/issues/15755).