xiaoxiang781216 commented on code in PR #6450: URL: https://github.com/apache/incubator-nuttx/pull/6450#discussion_r898746060
########## arch/risc-v/src/mpfs/mpfs_emmcsd.c: ########## @@ -442,7 +442,11 @@ struct mpfs_dev_s g_emmcsd_dev = }, .hw_base = MPFS_EMMC_SD_BASE, .plic_irq = MPFS_IRQ_MMC_MAIN, - .emmc = false, /* Set true for emmc operation */ +#ifdef CONFIG_MPFS_EMMCSD_MUX_EMMC + .emmc = true, Review Comment: should we align = with others -- 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