mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: Allow custom STM32_PLL1_DIVQ_VALUE for H7
This commit is contained in:
parent
be282d389e
commit
0b2b218b34
|
@ -171,7 +171,9 @@
|
|||
#define STM32_PLL1_DIVN_VALUE 100
|
||||
#endif
|
||||
#define STM32_PLL1_DIVP_VALUE 2
|
||||
#ifndef STM32_PLL1_DIVQ_VALUE
|
||||
#define STM32_PLL1_DIVQ_VALUE 10
|
||||
#endif
|
||||
#define STM32_PLL1_DIVR_VALUE 2
|
||||
|
||||
#define STM32_PLL2_DIVN_VALUE 45
|
||||
|
|
Loading…
Reference in New Issue