gustavonihei commented on a change in pull request #3632: URL: https://github.com/apache/incubator-nuttx/pull/3632#discussion_r623769010
########## File path: arch/risc-v/src/esp32c3/esp32c3_interrupt.S ########## @@ -42,14 +42,14 @@ .section .noinit -#if CONFIG_ARCH_INTERRUPTSTACK > 15 - .align 4 +#if CONFIG_ARCH_INTERRUPTSTACK > 3 + .balign 16 Review comment: ```suggestion .balign 16 ``` -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org