AP_HAL_ChibiOS: move to using PLL2_R_CK for QSPI

This commit is contained in:
Siddharth Purohit 2021-07-05 15:05:36 +05:30 committed by Andrew Tridgell
parent 81dc237a19
commit d484477a99
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@
#define STM32_CKPERSEL STM32_CKPERSEL_HSE_CK #define STM32_CKPERSEL STM32_CKPERSEL_HSE_CK
#endif #endif
#define STM32_SDMMCSEL STM32_SDMMCSEL_PLL1_Q_CK #define STM32_SDMMCSEL STM32_SDMMCSEL_PLL1_Q_CK
#define STM32_QSPISEL STM32_QSPISEL_HCLK #define STM32_QSPISEL STM32_QSPISEL_PLL2_R_CK
#define STM32_FMCSEL STM32_QSPISEL_HCLK #define STM32_FMCSEL STM32_QSPISEL_HCLK
#define STM32_SWPSEL STM32_SWPSEL_PCLK1 #define STM32_SWPSEL STM32_SWPSEL_PCLK1
#define STM32_FDCANSEL STM32_FDCANSEL_PLL2_Q_CK #define STM32_FDCANSEL STM32_FDCANSEL_PLL2_Q_CK