1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-15 09:50:57 +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
parent d2e47ca87b
commit 9be1899428

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