1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-05 04:10:58 +00:00

fix(core): add missing interrupt disable to NRF driver

[no changelog]
This commit is contained in:
tychovrahe 2025-01-14 21:43:38 +01:00 committed by TychoVrahe
parent e8eb48cd0d
commit a682555574

View File

@ -315,6 +315,7 @@ void nrf_deinit(void) {
nrf_stop();
NVIC_DisableIRQ(GPDMA1_Channel1_IRQn);
NVIC_DisableIRQ(GPDMA1_Channel2_IRQn);
NVIC_DisableIRQ(SPI1_IRQn);