AP_HAL_ChibiOS: SDIO PWRSAV needs to be enabled on F4/F7

This commit is contained in:
Andy Piper 2023-04-12 09:25:55 +01:00 committed by Andrew Tridgell
parent 5cc046b9cc
commit fc6cb74ac7

View File

@ -466,6 +466,7 @@
#define STM32_SDC_READ_TIMEOUT_MS 1000 #define STM32_SDC_READ_TIMEOUT_MS 1000
#define STM32_SDC_CLOCK_ACTIVATION_DELAY 10 #define STM32_SDC_CLOCK_ACTIVATION_DELAY 10
#define STM32_SDC_SDIO_UNALIGNED_SUPPORT TRUE #define STM32_SDC_SDIO_UNALIGNED_SUPPORT TRUE
#define STM32_SDC_SDIO_PWRSAV TRUE
/* /*
* SERIAL driver system settings. * SERIAL driver system settings.