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:
parent
fcc898c3f8
commit
59a5846146
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue