Browse Source

AHRS: removed unused variable

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
09e7b0b592
  1. 2
      libraries/AP_AHRS/AP_AHRS_MPU6000.cpp

2
libraries/AP_AHRS/AP_AHRS_MPU6000.cpp

@ -32,8 +32,6 @@ extern const AP_HAL::HAL& hal; @@ -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…
Cancel
Save