1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

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

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