mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +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 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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue