1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 09:45:33 +03:00

Allow 16-channels for PPM

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2017-02-08 11:48:10 +10:00
parent 5c2f2f9af3
commit 07c4b14e41
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@
#define DEBUG_PPM_ISR
#define PPM_CAPTURE_COUNT 12
#define PPM_CAPTURE_COUNT 16
#define PWM_INPUT_PORT_COUNT 8
#if PPM_CAPTURE_COUNT > MAX_PWM_INPUT_PORTS

View file

@ -62,7 +62,7 @@ typedef enum {
SERIALRX_CRSF = 9
} SerialRXType;
#define MAX_SUPPORTED_RC_PPM_CHANNEL_COUNT 12
#define MAX_SUPPORTED_RC_PPM_CHANNEL_COUNT 16
#define MAX_SUPPORTED_RC_PARALLEL_PWM_CHANNEL_COUNT 8
#define MAX_SUPPORTED_RC_CHANNEL_COUNT 18