mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Removing old FIXME comment from uartPort_t now that the structure it was
previously referring to has been cleaned up.
This commit is contained in:
parent
63e16494bb
commit
fab23debe8
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@
|
|||
typedef struct {
|
||||
serialPort_t port;
|
||||
|
||||
// FIXME these are uart specific and do not belong in here
|
||||
DMA_Channel_TypeDef *rxDMAChannel;
|
||||
DMA_Channel_TypeDef *txDMAChannel;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue