mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-15 09:50:57 +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);
|
NVIC_EnableIRQ(PVD_IRQn);
|
||||||
|
|
||||||
// Clear the reset flags
|
// Clear the reset flags
|
||||||
PWR->CR |= PWR_CR_CSBF;
|
|
||||||
RCC->CSR |= RCC_CSR_RMVF;
|
RCC->CSR |= RCC_CSR_RMVF;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user