AP_Vehicle: ensure ENABLE_SCRIPTING is always defined

This commit is contained in:
Peter Barker 2021-11-15 12:16:26 +11:00 committed by Peter Barker
parent 6b4de23630
commit c090ddc65c

View File

@ -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
*/