tmedicci opened a new pull request, #3046: URL: https://github.com/apache/nuttx-apps/pull/3046
## Summary The application requires libc's floating point support. Although it may be already enabled by other applications and/or hardware support, it should be explicitly selected by the app too. Also, to improve portability, use `PRIxxx` macro instead of int/long int format specifiers. ## Impact Impact on user: YES, by improving portability. Impact on build: YES, by avoiding build errors related to the variable format. Impact on hardware: NO. Impact on documentation: NO. Impact on security: NO. Impact on compatibility: NO. ## Testing Not a specific one. One can use the same testing procedure at https://github.com/apache/nuttx-apps/pull/3033 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org