This commit is contained in:
rusefi 2019-07-28 00:02:34 -04:00
parent fc6c6abc61
commit 42ed1440e0
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ void jump_to_bootloader() {
// todo: this does not work yet
// Switch to the HSI clock source - no PLL
RCC->CR &= RCC_CR_HSITRIM | RCC_CR_HSION; /* CR Reset value. */
RCC->CFGR = 0; /* CFGR reset value. */