1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

Remove txIrq from uartHardware_s

It was not IRQ at all by itself, but a dmaIdentifier_e for TX side DMA, which can be obtained by dmaGetIdentifier.
This commit is contained in:
jflyper 2018-10-17 02:00:01 +09:00
parent 27b80d8454
commit a4c1b76c80
2 changed files with 3 additions and 11 deletions

View file

@ -145,7 +145,6 @@ typedef struct uartHardware_s {
uint8_t af;
#endif
#if defined(STM32F7)
uint8_t txIrq;
uint8_t rxIrq;
#else
uint8_t irqn;