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:
parent
10b88ed145
commit
d4d59fc718
8 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue