AP_HAL_AVR: Increased number of AVR input channels from 8 to 11
This commit is contained in:
parent
d11c5286c3
commit
236efad159
@ -5,7 +5,7 @@
|
||||
#include <AP_HAL.h>
|
||||
#include "AP_HAL_AVR_Namespace.h"
|
||||
|
||||
#define AVR_RC_INPUT_NUM_CHANNELS 8
|
||||
#define AVR_RC_INPUT_NUM_CHANNELS 11
|
||||
#define AVR_RC_INPUT_MIN_CHANNELS 5 // for ppm sum we allow less than 8 channels to make up a valid packet
|
||||
|
||||
class AP_HAL_AVR::APM1RCInput : public AP_HAL::RCInput {
|
||||
|
Loading…
Reference in New Issue
Block a user