Skip to content
Snippets Groups Projects
Commit 6f912b55 authored by cnlohr's avatar cnlohr
Browse files

Correct error with HSE.

parent f2ca15af
No related branches found
No related tags found
No related merge requests found
...@@ -1018,8 +1018,6 @@ void SystemInit() ...@@ -1018,8 +1018,6 @@ void SystemInit()
#if defined(FUNCONF_USE_HSE) && FUNCONF_USE_HSE #if defined(FUNCONF_USE_HSE) && FUNCONF_USE_HSE
#define HSEBYP (FUNCONF_HSE_BYPASS)?
RCC->CTLR = RCC_HSION | RCC_HSEON | RCC_PLLON | HSEBYP; // Keep HSI and PLL on just in case, while turning on HSE RCC->CTLR = RCC_HSION | RCC_HSEON | RCC_PLLON | HSEBYP; // Keep HSI and PLL on just in case, while turning on HSE
// Values lifted from the EVT. There is little to no documentation on what this does. // Values lifted from the EVT. There is little to no documentation on what this does.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment