static sdmmc_card_t* s_cards[_VOLUMES] = { NULL };\r
static bool s_impls_initialized = false;\r
\r
+#if _MULTI_PARTITION /* Multiple partition configuration */\r
PARTITION VolToPart[] = {\r
- {0, 1}, /* Logical drive 0 ==> Physical drive 0, 1st partition */\r
+ {0, 0}, /* Logical drive 0 ==> Physical drive 0, auto detection */\r
{1, 0} /* Logical drive 1 ==> Physical drive 1, auto detection */\r
};\r
+#endif\r
\r
esp_err_t ff_diskio_get_drive(BYTE* out_pdrv)\r
{\r