mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Number of allowed MSP ports increased to 3
This commit is contained in:
parent
656835a1f8
commit
32eb842f68
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
#include "msp/msp.h"
|
#include "msp/msp.h"
|
||||||
|
|
||||||
// Each MSP port requires state and a receive buffer, revisit this default if someone needs more than 2 MSP ports.
|
// Each MSP port requires state and a receive buffer, revisit this default if someone needs more than 2 MSP ports.
|
||||||
#define MAX_MSP_PORT_COUNT 2
|
#define MAX_MSP_PORT_COUNT 3
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
MSP_IDLE,
|
MSP_IDLE,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue