AP_Vehicle: move call to BoardConfig.init to AP_Vehicle
This commit is contained in:
parent
b119a2a6d7
commit
94be9cb8b6
@ -358,6 +358,8 @@ void AP_Vehicle::setup()
|
|||||||
stats.init();
|
stats.init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
BoardConfig.init();
|
||||||
|
|
||||||
// init_ardupilot is where the vehicle does most of its initialisation.
|
// init_ardupilot is where the vehicle does most of its initialisation.
|
||||||
init_ardupilot();
|
init_ardupilot();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user