boardloader: stop clearing standby flag

pull/25/head
mcudev 7 years ago committed by Pavol Rusnak
parent b1eea5a434
commit 3f58a771b4

@ -78,6 +78,5 @@ void periph_init(void)
NVIC_EnableIRQ(PVD_IRQn);
// Clear the reset flags
PWR->CR |= PWR_CR_CSBF;
RCC->CSR |= RCC_CSR_RMVF;
}

Loading…
Cancel
Save