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

fix unit tests

This commit is contained in:
rav 2017-05-05 08:22:31 +02:00
parent 10b88ed145
commit d4d59fc718
8 changed files with 8 additions and 8 deletions

View file

@ -38,7 +38,7 @@ extern "C" {
extern "C" {
uint8_t testBatteryCellCount =3;
int16_t rcCommand[4] = {0, 0, 0, 0};
float rcCommand[4] = {0, 0, 0, 0};
telemetryConfig_t telemetryConfig_System;
}