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:
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…
Reference in New Issue
Block a user