Number of allowed MSP ports increased to 3
This commit is contained in:
parent
656835a1f8
commit
32eb842f68
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue