1
0
Fork 0
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:
J Blackman 2017-01-03 10:44:11 +11:00 committed by GitHub
commit 0cf4feaf1d

View file

@ -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,