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:
parent
27b80d8454
commit
a4c1b76c80
2 changed files with 3 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue