AP_Vehicle: make check_var_info void
Given all the callers die anyway, make it void
This commit is contained in:
parent
7f9714d722
commit
c71c93e2b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user