mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AC_AttitudeControl: ensure ENABLE_SCRIPTING is always defined
This commit is contained in:
parent
b83cf3a431
commit
38479905c0
@ -1,4 +1,4 @@
|
||||
#ifdef ENABLE_SCRIPTING
|
||||
#if ENABLE_SCRIPTING
|
||||
|
||||
#include "AC_AttitudeControl_Multi_6DoF.h"
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#ifdef ENABLE_SCRIPTING
|
||||
#if ENABLE_SCRIPTING
|
||||
|
||||
#include "AC_AttitudeControl_Multi.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user