Skip to content

Commit

Permalink
Solved Minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
snktshrma committed Apr 30, 2024
1 parent c8a8ad4 commit abe32b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Vehicle/AP_Vehicle.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class AP_Vehicle : public AP_HAL::HAL::Callbacks {
// Method to control vehicle position for use by external control
virtual bool set_target_location(const Location& target_loc) { return false; }
#endif // AP_EXTERNAL_CONTROL_ENABLED
#if AP_SCRIPTING_ENABLED
#if AP_SCRIPTING_ENABLED || AP_EXTERNAL_CONTROL_ENABLED
/*
methods to control vehicle for use by scripting
*/
Expand Down

0 comments on commit abe32b2

Please sign in to comment.