xiaoxiang781216 opened a new pull request #4854: URL: https://github.com/apache/incubator-nuttx/pull/4854
## Summary ``` src/mpfs_emmcsd.c: In function 'mpfs_board_emmcsd_init': Error: src/mpfs_emmcsd.c:72:40: error: 'SDIO_SLOTNO' undeclared (first use in this function) finfo("Initializing SDIO slot %d\n", SDIO_SLOTNO); ^~~~~~~~~~~ src/mpfs_emmcsd.c:72:40: note: each undeclared identifier is reported only once for each function it appears in Error: src/mpfs_emmcsd.c:83:55: error: 'SDIO_MINOR' undeclared (first use in this function); did you mean 'SHRT_MIN'? finfo("Bind SDIO to the MMC/SD driver, minor=%d\n", SDIO_MINOR); ``` ## Impact Restore CI ## Testing Pass CI -- 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