mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +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"
|
||||
|
||||
// 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 {
|
||||
MSP_IDLE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue