mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
HAL_ChibiOS: default SDMMC clock to 12.5MHz max on H7
this makes microsd considerably more reliable
This commit is contained in:
parent
bde21ad83c
commit
8764d69e2c
@ -546,3 +546,10 @@
|
|||||||
|
|
||||||
// limit ISR count per byte
|
// limit ISR count per byte
|
||||||
#define STM32_I2C_ISR_LIMIT 6
|
#define STM32_I2C_ISR_LIMIT 6
|
||||||
|
|
||||||
|
// limit SDMMC clock to 12.5MHz by default. This increases
|
||||||
|
// reliability
|
||||||
|
#ifndef STM32_SDC_MAX_CLOCK
|
||||||
|
#define STM32_SDC_MAX_CLOCK 12500000
|
||||||
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user