jlaitine opened a new pull request, #19604: URL: https://github.com/apache/nuttx/pull/19604
## Summary A small compilation fix for 64-bit targets defining CONFIG_DEBUG_FS_INFO=y. The "decoded.psn" is uint32_t, not unsigned long, so use PRIx32 instead of cast. ## Impact Removes compilation error on platforms where "unsigned long" is not 32 bits wide. No functional change. ## Testing Tested on compiling with imx93-evk:nsh by adding debug info for FS. -- 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]
