mirror of https://github.com/ArduPilot/ardupilot
AP_Param: Allow override of AP_PARAM_DYNAMIC_ENABLED define
This commit is contained in:
parent
e736d5ecb7
commit
75ac3f98fa
|
@ -54,7 +54,9 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// allow for dynamically added tables when scripting enabled
|
// allow for dynamically added tables when scripting enabled
|
||||||
|
#ifndef AP_PARAM_DYNAMIC_ENABLED
|
||||||
#define AP_PARAM_DYNAMIC_ENABLED AP_SCRIPTING_ENABLED
|
#define AP_PARAM_DYNAMIC_ENABLED AP_SCRIPTING_ENABLED
|
||||||
|
#endif
|
||||||
|
|
||||||
// maximum number of dynamically created tables (from scripts)
|
// maximum number of dynamically created tables (from scripts)
|
||||||
#ifndef AP_PARAM_MAX_DYNAMIC
|
#ifndef AP_PARAM_MAX_DYNAMIC
|
||||||
|
|
Loading…
Reference in New Issue