mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-15 18:00:59 +00:00
fix(core): add missing interrupt disable to NRF driver
[no changelog]
This commit is contained in:
parent
d2e47ca87b
commit
9be1899428
@ -315,6 +315,7 @@ void nrf_deinit(void) {
|
|||||||
|
|
||||||
nrf_stop();
|
nrf_stop();
|
||||||
|
|
||||||
|
NVIC_DisableIRQ(GPDMA1_Channel1_IRQn);
|
||||||
NVIC_DisableIRQ(GPDMA1_Channel2_IRQn);
|
NVIC_DisableIRQ(GPDMA1_Channel2_IRQn);
|
||||||
NVIC_DisableIRQ(SPI1_IRQn);
|
NVIC_DisableIRQ(SPI1_IRQn);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user