1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

delete unused variable.

This commit is contained in:
Hydra 2016-09-19 17:18:25 +02:00 committed by Dominic Clifton
parent 77873c4162
commit 09acef9843

View file

@ -120,7 +120,6 @@ static uint32_t disarmAt; // Time of automatic disarm when "Don't spin the m
extern uint32_t currentTime;
extern uint8_t PIDweight[3];
uint16_t filteredCycleTime;
static bool isRXDataNew;
static bool armingCalibrationWasInitialised;
float setpointRate[3], ptermSetpointRate[3];