xiaoxiang781216 commented on a change in pull request #5476: URL: https://github.com/apache/incubator-nuttx/pull/5476#discussion_r821855283
########## File path: arch/arm/src/c5471/c5471_irq.c ########## @@ -59,7 +59,7 @@ volatile uint32_t *g_current_regs[1]; * because we know that correct IRAM area is 0xffc00000. */ -extern int _svectors; /* Type does not matter */ +extern int *_svectors; /* Type does not matter */ Review comment: Ok, change to `extern up_vector_t _svectors[]; ` -- 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