AP_Vehicle: move generator to before scheduler and parameter objects
This commit is contained in:
parent
2f36336627
commit
38f4de9aac
@ -253,13 +253,13 @@ protected:
|
||||
|
||||
AP_ESC_Telem esc_telem;
|
||||
|
||||
static const struct AP_Param::GroupInfo var_info[];
|
||||
static const struct AP_Scheduler::Task scheduler_tasks[];
|
||||
|
||||
#if GENERATOR_ENABLED
|
||||
AP_Generator_RichenPower generator;
|
||||
#endif
|
||||
|
||||
static const struct AP_Param::GroupInfo var_info[];
|
||||
static const struct AP_Scheduler::Task scheduler_tasks[];
|
||||
|
||||
private:
|
||||
|
||||
// delay() callback that processing MAVLink packets
|
||||
|
Loading…
Reference in New Issue
Block a user