mirror of https://github.com/ArduPilot/ardupilot
AP_AdvancedFailsafe: adapt to new RC_Channel API
This commit is contained in:
parent
fd081a8cc6
commit
9dc7dbfa16
|
@ -22,7 +22,7 @@
|
|||
#include <AP_HAL/AP_HAL.h>
|
||||
#include "AP_AdvancedFailsafe.h"
|
||||
#include <RC_Channel/RC_Channel.h>
|
||||
#include <RC_Channel/RC_Channel_aux.h>
|
||||
#include <SRV_Channel/SRV_Channel.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
|
Loading…
Reference in New Issue