mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
OPENMVPT: Fixe LSE oscillator mode.
This commit is contained in:
parent
593a18e129
commit
275db7facc
@ -140,7 +140,7 @@
|
||||
#define OMV_OSC_SPI123_CLKSOURCE RCC_SPI123CLKSOURCE_PLL2
|
||||
|
||||
// HSE/HSI/CSI State
|
||||
#define OMV_OSC_LSE_STATE (RCC_LSE_BYPASS)
|
||||
#define OMV_OSC_LSE_STATE (RCC_LSE_ON)
|
||||
#define OMV_OSC_HSE_STATE (RCC_HSE_ON)
|
||||
#define OMV_OSC_HSI48_STATE (RCC_HSI48_ON)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user