1
0
Fork 0
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:
borisbstyle 2016-04-30 10:52:48 +02:00
parent a36fe5099f
commit d62d894cc8

View file

@ -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;