AP_AdvancedFailsafe: adapt to new RC_Channel API

This commit is contained in:
Andrew Tridgell 2017-01-03 20:56:20 +11:00
parent fd081a8cc6
commit 9dc7dbfa16
1 changed files with 1 additions and 1 deletions

View File

@ -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;