mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
ArduCopter: make check_var_info void
Given all the callers die anyway, make it void
This commit is contained in:
parent
c71c93e2b0
commit
18f9702db8
@ -1316,11 +1316,6 @@ const AP_Param::ConversionInfo conversion_table[] = {
|
||||
|
||||
void Copter::load_parameters(void)
|
||||
{
|
||||
if (!AP_Param::check_var_info()) {
|
||||
DEV_PRINTF("Bad var table\n");
|
||||
AP_HAL::panic("Bad var table");
|
||||
}
|
||||
|
||||
hal.util->set_soft_armed(false);
|
||||
|
||||
if (!g.format_version.load() ||
|
||||
|
Loading…
Reference in New Issue
Block a user