mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AHRS: removed unused variable
This commit is contained in:
parent
70f34656bc
commit
09e7b0b592
@ -32,8 +32,6 @@ extern const AP_HAL::HAL& hal;
|
||||
void
|
||||
AP_AHRS_MPU6000::init()
|
||||
{
|
||||
bool timer_running = false;
|
||||
|
||||
// suspend timer so interrupts on spi bus do not interfere with
|
||||
// communication to mpu6000
|
||||
hal.scheduler->suspend_timer_procs();
|
||||
|
Loading…
Reference in New Issue
Block a user