mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 22:23:03 +00:00
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);
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| bl602/bl602evb | ||
| c906/smartl-c906 | ||
| esp32c3/esp32c3-devkit | ||
| fe310/hifive1-revb | ||
| k210/maix-bit | ||
| litex/arty_a7 | ||
| mpfs | ||
| rv32m1/rv32m1-vega | ||