Browse Source

AP_Vehicle: ensure ENABLE_SCRIPTING is always defined

gps-1.3.1
Peter Barker 3 years ago committed by Peter Barker
parent
commit
c090ddc65c
  1. 2
      libraries/AP_Vehicle/AP_Vehicle.h

2
libraries/AP_Vehicle/AP_Vehicle.h

@ -188,7 +188,7 @@ public: @@ -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…
Cancel
Save