Browse Source

AP_HAL_AVR: Increased number of AVR input channels from 8 to 11

master
Grant Morphett 10 years ago committed by Andrew Tridgell
parent
commit
236efad159
  1. 2
      libraries/AP_HAL_AVR/RCInput.h

2
libraries/AP_HAL_AVR/RCInput.h

@ -5,7 +5,7 @@ @@ -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…
Cancel
Save