Skip to content

Commit

Permalink
AP_SpdHgt_Control: Remove hgt_afe from update_50hz()
Browse files Browse the repository at this point in the history
  • Loading branch information
WickedShell authored and tridge committed Apr 21, 2016
1 parent ef34847 commit 475e731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_SpdHgtControl/AP_SpdHgtControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AP_SpdHgtControl {
// Update the internal state of the height and height rate estimator
// Update of the inertial speed rate estimate internal state
// Should be called at 50Hz or faster
virtual void update_50hz(float height_above_field) = 0;
virtual void update_50hz(void) = 0;

/**
stages of flight so the altitude controller can choose to
Expand Down

0 comments on commit 475e731

Please sign in to comment.