SITL: SIM_Tracker: remove unused variable

This commit is contained in:
Peter Barker 2016-10-20 12:16:15 +11:00 committed by Lucas De Marchi
parent 5dad8745d5
commit d3422d1653
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ private:
const float yaw_range = 170;
const float zero_yaw = 270; // yaw direction at startup
const float zero_pitch = 10; // pitch at startup
bool verbose = false;
uint64_t last_debug_us = 0;
float pitch_input;