1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +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 batteryCellCount = 3;
int16_t rcCommand[4] = {0, 0, 0, 0};
float rcCommand[4] = {0, 0, 0, 0};
int16_t telemTemperature1 = 0;
baro_t baro = { .baroTemperature = 50 };
telemetryConfig_t telemetryConfig_System;