Browse Source

RC_Channel: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1

mission-4.1.18
Lucas De Marchi 9 years ago committed by Andrew Tridgell
parent
commit
2847af905e
  1. 3
      libraries/RC_Channel/RC_Channel.cpp

3
libraries/RC_Channel/RC_Channel.cpp

@ -31,8 +31,7 @@ extern const AP_HAL::HAL& hal; @@ -31,8 +31,7 @@ extern const AP_HAL::HAL& hal;
#include "RC_Channel.h"
/// global array with pointers to all APM RC channels, will be used by AP_Mount
/// and AP_Camera classes / It points to RC input channels, both APM1 and APM2
/// only have 8 input channels.
/// and AP_Camera classes / It points to RC input channels.
RC_Channel *RC_Channel::rc_ch[RC_MAX_CHANNELS];
const AP_Param::GroupInfo RC_Channel::var_info[] = {

Loading…
Cancel
Save