mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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();
|
||||
#endif
|
||||
|
||||
BoardConfig.init();
|
||||
|
||||
// init_ardupilot is where the vehicle does most of its initialisation.
|
||||
init_ardupilot();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user