mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
HAL_ChibiOS: enable SDIOv1 bouncebuffers
This commit is contained in:
parent
74456fd090
commit
e193a161f2
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user