mirror of https://github.com/ArduPilot/ardupilot
AP_EFI: allow AP_SCRIPTING_ENABLED to come from hwdef files
This commit is contained in:
parent
98d392194a
commit
82c1af78d1
|
@ -17,6 +17,7 @@
|
|||
#include "AP_EFI.h"
|
||||
#include "AP_EFI_State.h"
|
||||
#include <AP_HAL/Semaphores.h>
|
||||
#include <AP_Scripting/AP_Scripting_config.h>
|
||||
|
||||
class AP_EFI; //forward declaration
|
||||
|
||||
|
|
Loading…
Reference in New Issue