mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Merge pull request #1970 from DzikuVx/bf-allowed-3-msp
Number of allowed MSP ports increased to 3
This commit is contained in:
commit
0cf4feaf1d
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
||||||
|
|
||||||
#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 3 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