1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

Removing unused define for MAX_SERIAL_PORTS.

This commit is contained in:
Dominic Clifton 2014-04-17 17:51:14 +01:00
parent fcc898c3f8
commit 59a5846146

View file

@ -4,8 +4,6 @@
#define UART1_TX_BUFFER_SIZE 256 #define UART1_TX_BUFFER_SIZE 256
#define UART2_RX_BUFFER_SIZE 128 #define UART2_RX_BUFFER_SIZE 128
#define UART2_TX_BUFFER_SIZE 64 #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 // 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 { typedef struct {