mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +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"
|
||||
|
||||
// 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
|
||||
// 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 3
|
||||
|
||||
typedef enum {
|
||||
MSP_IDLE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue