mirror of https://github.com/ArduPilot/ardupilot
RC_Channel: Fix AP_GPS include
This commit is contained in:
parent
23439de39a
commit
6317355390
|
@ -36,6 +36,7 @@ extern const AP_HAL::HAL& hal;
|
|||
#include <AP_LandingGear/AP_LandingGear.h>
|
||||
#include <AP_ServoRelayEvents/AP_ServoRelayEvents.h>
|
||||
#include <AP_Arming/AP_Arming.h>
|
||||
#include <AP_GPS/AP_GPS.h>
|
||||
|
||||
const AP_Param::GroupInfo RC_Channel::var_info[] = {
|
||||
// @Param: MIN
|
||||
|
|
Loading…
Reference in New Issue