Browse Source

AP_Scripting: ensure ENABLE_SCRIPTING is always defined

gps-1.3.1
Peter Barker 3 years ago committed by Peter Barker
parent
commit
6b4de23630
  1. 2
      libraries/AP_Scripting/AP_Scripting.h

2
libraries/AP_Scripting/AP_Scripting.h

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
*/
#pragma once
#ifdef ENABLE_SCRIPTING
#if ENABLE_SCRIPTING
#include <AP_Common/AP_Common.h>
#include <AP_Param/AP_Param.h>

Loading…
Cancel
Save