1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Fix battery unit test compilation.

This commit is contained in:
Dominic Clifton 2015-01-26 15:26:23 +01:00
parent 9ffe8779d7
commit f513016cc9

View file

@ -73,6 +73,9 @@ TEST(BatteryTest, BatteryADCToVoltage)
extern "C" {
uint8_t armingFlags = 0;
int16_t rcCommand[4] = {0,0,0,0};
uint16_t adcGetChannel(uint8_t channel)
{
UNUSED(channel);