mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Cleanup unused variables
Fix
This commit is contained in:
parent
a36fe5099f
commit
d62d894cc8
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ int16_t telemTemperature1; // gyro sensor temperature
|
||||||
static uint32_t disarmAt; // Time of automatic disarm when "Don't spin the motors when armed" is enabled and auto_disarm_delay is nonzero
|
static uint32_t disarmAt; // Time of automatic disarm when "Don't spin the motors when armed" is enabled and auto_disarm_delay is nonzero
|
||||||
|
|
||||||
extern uint32_t currentTime;
|
extern uint32_t currentTime;
|
||||||
extern uint8_t dynP8[3], dynI8[3], dynD8[3], PIDweight[3];
|
extern uint8_t PIDweight[3];
|
||||||
extern bool antiWindupProtection;
|
extern bool antiWindupProtection;
|
||||||
|
|
||||||
uint16_t filteredCycleTime;
|
uint16_t filteredCycleTime;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue