mirror of https://github.com/ArduPilot/ardupilot
AC_AttitudeControl: allow AP_SCRIPTING_ENABLED to come from hwdef files
This commit is contained in:
parent
d519ab604e
commit
615bf8e5ee
|
@ -1,3 +1,5 @@
|
|||
#include <AP_Scripting/AP_Scripting_config.h>
|
||||
|
||||
#if AP_SCRIPTING_ENABLED
|
||||
|
||||
#include "AC_AttitudeControl_Multi_6DoF.h"
|
||||
|
|
Loading…
Reference in New Issue