Re: [PR] drivers/net: change format specifiers macros on lan9250 driver [nuttx]

2025-02-21 Thread via GitHub
acassis merged PR #15882: URL: https://github.com/apache/nuttx/pull/15882 -- 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

Re: [PR] drivers/net: change format specifiers macros on lan9250 driver [nuttx]

2025-02-20 Thread via GitHub
nuttxpr commented on PR #15882: URL: https://github.com/apache/nuttx/pull/15882#issuecomment-2672160980 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) The PR mostly meets the NuttX requirements but has some

[PR] drivers/net: change format specifiers macros on lan9250 driver [nuttx]

2025-02-20 Thread via GitHub
fdcavalcanti opened a new pull request, #15882: URL: https://github.com/apache/nuttx/pull/15882 This fixes build warnings when different archs are used. Simply changes "lx" to "PRIx32" when using uint32_t. ## Summary Changed format specifiers from `%08x` to `PRIx32` for better