From fab23debe8ecb63022fdfcf9ede93e1aaa994da0 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Wed, 4 Jun 2014 23:02:03 +0100 Subject: [PATCH] Removing old FIXME comment from uartPort_t now that the structure it was previously referring to has been cleaned up. --- src/main/drivers/serial_uart.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/drivers/serial_uart.h b/src/main/drivers/serial_uart.h index 04cbe82154..ae9e5be3b7 100755 --- a/src/main/drivers/serial_uart.h +++ b/src/main/drivers/serial_uart.h @@ -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;