mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
fix unittest
fix unittest for Hott
This commit is contained in:
parent
d15a21de54
commit
1702f61f7f
1 changed files with 10 additions and 0 deletions
|
@ -265,6 +265,16 @@ batteryState_e getBatteryState(void)
|
|||
return BATTERY_OK;
|
||||
}
|
||||
|
||||
batteryState_e getVoltageState(void)
|
||||
{
|
||||
return BATTERY_OK;
|
||||
}
|
||||
|
||||
batteryState_e getConsumptionState(void)
|
||||
{
|
||||
return BATTERY_OK;
|
||||
}
|
||||
|
||||
uint16_t getBatteryVoltage(void)
|
||||
{
|
||||
return testBatteryVoltage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue