From 59a5846146384f567d77d2639dda047ba2cc437d Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Thu, 17 Apr 2014 17:51:14 +0100 Subject: [PATCH] Removing unused define for MAX_SERIAL_PORTS. --- src/drivers/serial_uart.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/drivers/serial_uart.h b/src/drivers/serial_uart.h index 5914915219..d57eb80bda 100755 --- a/src/drivers/serial_uart.h +++ b/src/drivers/serial_uart.h @@ -4,8 +4,6 @@ #define UART1_TX_BUFFER_SIZE 256 #define UART2_RX_BUFFER_SIZE 128 #define UART2_TX_BUFFER_SIZE 64 -#define MAX_SERIAL_PORTS 2 - // FIXME this is a uart_t really. Move the generic properties into a separate structure (serialPort_t) and update the code to use it typedef struct {