mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
OPENMVPT: Set RTC clock source back to LSE on startup.
This commit is contained in:
parent
c200f2b15b
commit
44a2216de7
@ -139,6 +139,7 @@
|
||||
#define OMV_OSC_USB_CLKSOURCE RCC_USBCLKSOURCE_HSI48
|
||||
#define OMV_OSC_RNG_CLKSOURCE RCC_RNGCLKSOURCE_HSI48
|
||||
#define OMV_OSC_ADC_CLKSOURCE RCC_ADCCLKSOURCE_PLL3
|
||||
#define OMV_OSC_RTC_CLKSOURCE RCC_RTCCLKSOURCE_LSE
|
||||
#define OMV_OSC_SPI123_CLKSOURCE RCC_SPI123CLKSOURCE_PLL3
|
||||
|
||||
// HSE/HSI/CSI State
|
||||
|
||||
Loading…
Reference in New Issue
Block a user