ELRS - Fix EXTI irq clash and SPI transfer failure.
commit89bc834d014e60164e02165f1e17ea4b3865d822
authorDominic Clifton <dominic.clifton@cleanflight.com>
Sat, 5 Mar 2022 19:25:45 +0000 (5 20:25 +0100)
committerDominic Clifton <dominic.clifton@cleanflight.com>
Sun, 6 Mar 2022 10:28:33 +0000 (6 11:28 +0100)
tree7054a06325cc88d056da8ddd5abfd227f5b54255
parentb06e6616d40f29fa95e3c5bcbea78743fc2b1b51
ELRS - Fix EXTI irq clash and SPI transfer failure.

When the same exti IRQ (not exti line) is used for both the BUSY and the
DIO signals the IRQ levels cannot be different and neither can be a
higher priority than the SPI DMA.
src/main/drivers/nvic.h