Sub: remove dangling method declaration

This commit is contained in:
Peter Barker 2020-08-28 10:54:20 +10:00 committed by Randy Mackay
parent 9cdda81e9c
commit 3b5bd9956d

View File

@ -422,7 +422,6 @@ private:
float get_surface_tracking_climb_rate(int16_t target_rate, float current_alt_target, float dt);
void update_poscon_alt_max();
void rotate_body_frame_to_NE(float &x, float &y);
void send_heartbeat(mavlink_channel_t chan);
#if RPM_ENABLED == ENABLED
void rpm_update();
#endif