Skip to content

Commit

Permalink
AP_AdvancedFailsafe: adapt to new RC_Channel API
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jan 12, 2017
1 parent fd081a8 commit 9dc7dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_AdvancedFailsafe/AP_AdvancedFailsafe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9dc7dbf

Please sign in to comment.