Skip to content

Commit

Permalink
fix(core): add missing interrupt disable to NRF driver
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
TychoVrahe committed Jan 23, 2025
1 parent e8eb48c commit a682555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/embed/io/nrf/stm32u5/nrf.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ void nrf_deinit(void) {

nrf_stop();

NVIC_DisableIRQ(GPDMA1_Channel1_IRQn);
NVIC_DisableIRQ(GPDMA1_Channel2_IRQn);
NVIC_DisableIRQ(SPI1_IRQn);

Expand Down

0 comments on commit a682555

Please sign in to comment.