mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
delete unused variable.
This commit is contained in:
parent
77873c4162
commit
09acef9843
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ static uint32_t disarmAt; // Time of automatic disarm when "Don't spin the m
|
||||||
extern uint32_t currentTime;
|
extern uint32_t currentTime;
|
||||||
extern uint8_t PIDweight[3];
|
extern uint8_t PIDweight[3];
|
||||||
|
|
||||||
uint16_t filteredCycleTime;
|
|
||||||
static bool isRXDataNew;
|
static bool isRXDataNew;
|
||||||
static bool armingCalibrationWasInitialised;
|
static bool armingCalibrationWasInitialised;
|
||||||
float setpointRate[3], ptermSetpointRate[3];
|
float setpointRate[3], ptermSetpointRate[3];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue