1
0
Fork 0
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:
Dominic Clifton 2014-06-04 23:02:03 +01:00
parent 63e16494bb
commit fab23debe8

View file

@ -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;