AP_Vehicle: make check_var_info void

Given all the callers die anyway, make it void
This commit is contained in:
Peter Barker 2023-01-06 16:12:24 +11:00 committed by Andrew Tridgell
parent 7f9714d722
commit c71c93e2b0

View File

@ -145,6 +145,9 @@ void AP_Vehicle::setup()
check_firmware_print();
#endif
// validate the static parameter table, then load persistent
// values from storage:
AP_Param::check_var_info();
load_parameters();
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS