mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
HAL_PX4: removed an unused variable
This commit is contained in:
parent
137880be70
commit
f433796435
@ -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_loop = perf_alloc(PC_ELAPSED, "APM_loop");
|
||||||
perf_counter_t perf_overrun = perf_alloc(PC_COUNT, "APM_overrun");
|
perf_counter_t perf_overrun = perf_alloc(PC_COUNT, "APM_overrun");
|
||||||
struct hrt_call loop_call;
|
|
||||||
struct hrt_call loop_overtime_call;
|
struct hrt_call loop_overtime_call;
|
||||||
|
|
||||||
thread_running = true;
|
thread_running = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user