AP_HAL_ChibiOS: Allow custom STM32_QSPISEL for H7

This commit is contained in:
Martin Luessi 2023-06-01 08:35:31 -07:00 committed by Peter Barker
parent ad61f2962b
commit 9c12ee89e1
1 changed files with 2 additions and 0 deletions

View File

@ -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