Number of allowed MSP ports increased to 3

This commit is contained in:
Pawel Spychalski 2017-01-02 10:50:49 +01:00
parent 656835a1f8
commit 32eb842f68
1 changed files with 1 additions and 1 deletions

View File

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