Skip to content

Commit

Permalink
AP_Vehicle: Add GCS include to AP_Vehicle_Motors.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
loki077 committed Aug 2, 2024
1 parent c335908 commit 6ce7d5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_Vehicle/AP_Vehicle_Motors.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "AP_Vehicle.h"

#include <AP_Motors/AP_Motors.h>
#include <GCS_MAVLink/GCS.h>

#if AP_MOTORS_ENABLED && HAL_WITH_ESC_TELEM
void AP_Vehicle::motors_takeoff_check(float rpm_min, float rpm_max, bool land_complete)
Expand Down

0 comments on commit 6ce7d5a

Please sign in to comment.