mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
VRBRAIN: added ignore board voltage check for VRBRAIN boards.
This commit is contained in:
parent
1d28acd182
commit
a9bd4e9da1
@ -317,7 +317,7 @@ static void pre_arm_checks(bool display_failure)
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
#if CONFIG_HAL_BOARD != HAL_BOARD_VRBRAIN
|
||||
#ifndef CONFIG_ARCH_BOARD_PX4FMU_V1
|
||||
// check board voltage
|
||||
if ((g.arming_check == ARMING_CHECK_ALL) || (g.arming_check & ARMING_CHECK_VOLTAGE)) {
|
||||
@ -328,6 +328,7 @@ static void pre_arm_checks(bool display_failure)
|
||||
return;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// check various parameter values
|
||||
|
Loading…
Reference in New Issue
Block a user