AP_Vehicle: move call to BoardConfig.init to AP_Vehicle

This commit is contained in:
Peter Barker 2024-01-31 12:50:25 +11:00 committed by Peter Barker
parent b119a2a6d7
commit 94be9cb8b6

View File

@ -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();