HAL_ChibiOS: enable SDIOv1 bouncebuffers

This commit is contained in:
Andrew Tridgell 2018-07-12 12:18:17 +10:00
parent 74456fd090
commit e193a161f2

View File

@ -46,9 +46,7 @@ void sdcard_init()
sdcard_init_done = true;
#if HAL_USE_SDC
#if defined(STM32_SDC_USE_SDMMC1) && STM32_SDC_USE_SDMMC1 == TRUE
bouncebuffer_init(&SDCD1.bouncebuffer);
#endif
sdcStart(&SDCD1, NULL);