mirror of https://github.com/ArduPilot/ardupilot
AP_Param: allow AP_SCRIPTING_ENABLED to come from hwdef files
This commit is contained in:
parent
82c1af78d1
commit
d806dd8ef1
|
@ -27,6 +27,7 @@
|
|||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_HAL/utility/RingBuffer.h>
|
||||
#include <StorageManager/StorageManager.h>
|
||||
#include <AP_Scripting/AP_Scripting_config.h>
|
||||
|
||||
#include "float.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue