mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: Allow custom STM32_QSPISEL for H7
This commit is contained in:
parent
ad61f2962b
commit
9c12ee89e1
|
@ -288,7 +288,9 @@
|
|||
#define STM32_CKPERSEL STM32_CKPERSEL_HSE_CK
|
||||
#endif
|
||||
#define STM32_SDMMCSEL STM32_SDMMCSEL_PLL1_Q_CK
|
||||
#ifndef STM32_QSPISEL
|
||||
#define STM32_QSPISEL STM32_QSPISEL_PLL2_R_CK
|
||||
#endif
|
||||
#define STM32_FMCSEL STM32_QSPISEL_HCLK
|
||||
#define STM32_SWPSEL STM32_SWPSEL_PCLK1
|
||||
#define STM32_FDCANSEL STM32_FDCANSEL_PLL1_Q_CK
|
||||
|
|
Loading…
Reference in New Issue