yf13 commented on code in PR #12475: URL: https://github.com/apache/nuttx/pull/12475#discussion_r1637421732
########## arch/risc-v/include/inttypes.h: ########## @@ -29,7 +29,18 @@ * Pre-processor Definitions ****************************************************************************/ -#if defined(CONFIG_ARCH_RV64) +#if defined(CONFIG_ARCH_RV64ILP32) Review Comment: I am unsure, actually the 32 bit definitions looks a little strange to me as `int` is 32-bit thus no modifiers is needed. -- 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]
