mirror of https://github.com/ArduPilot/ardupilot
HAL_Empty: use 5V voltage for HAL_EMPTY
this makes bringup easier for new boards (allows arming checks to pass)
This commit is contained in:
parent
2442c45558
commit
a73039d515
|
@ -43,5 +43,5 @@ AP_HAL::AnalogSource* AnalogIn::channel(int16_t n) {
|
|||
|
||||
float AnalogIn::board_voltage(void)
|
||||
{
|
||||
return 0;
|
||||
return 5.0f;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue