Remove txIrq from uartHardware_s
commita4c1b76c804122e28446a91d48efeb5cac2ce5cd
authorjflyper <shinoda@jaist.ac.jp>
Tue, 16 Oct 2018 17:00:01 +0000 (17 02:00 +0900)
committerjflyper <shinoda@jaist.ac.jp>
Tue, 16 Oct 2018 17:03:58 +0000 (17 02:03 +0900)
treecd30eb6c970f2d7009980ac9a854c6bf9712d658
parent27b80d8454c9bb13d3bca7af823c1111af20acbc
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.
src/main/drivers/serial_uart_impl.h
src/main/drivers/serial_uart_stm32f7xx.c