mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_Vehicle: ensure ENABLE_SCRIPTING is always defined
This commit is contained in:
parent
6b4de23630
commit
c090ddc65c
@ -188,7 +188,7 @@ public:
|
||||
// returns true if the vehicle has crashed
|
||||
virtual bool is_crashed() const;
|
||||
|
||||
#ifdef ENABLE_SCRIPTING
|
||||
#if ENABLE_SCRIPTING
|
||||
/*
|
||||
methods to control vehicle for use by scripting
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user