From e193a161f2c43a9104bf627528aa80248e48de9f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 12 Jul 2018 12:18:17 +1000 Subject: [PATCH] HAL_ChibiOS: enable SDIOv1 bouncebuffers --- libraries/AP_HAL_ChibiOS/sdcard.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/AP_HAL_ChibiOS/sdcard.cpp b/libraries/AP_HAL_ChibiOS/sdcard.cpp index 93b39e1666..5721767c48 100644 --- a/libraries/AP_HAL_ChibiOS/sdcard.cpp +++ b/libraries/AP_HAL_ChibiOS/sdcard.cpp @@ -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);