boardloader: stop clearing standby flag

This commit is contained in:
mcudev 2017-10-22 13:07:16 -04:00 committed by Pavol Rusnak
parent b1eea5a434
commit 3f58a771b4
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}