HAL_PX4: removed an unused variable

This commit is contained in:
Andrew Tridgell 2013-12-11 10:22:34 +11:00
parent 137880be70
commit f433796435

View File

@ -131,7 +131,6 @@ static int main_loop(int argc, char **argv)
perf_counter_t perf_loop = perf_alloc(PC_ELAPSED, "APM_loop");
perf_counter_t perf_overrun = perf_alloc(PC_COUNT, "APM_overrun");
struct hrt_call loop_call;
struct hrt_call loop_overtime_call;
thread_running = true;