Browse Source

AP_AHRS: fix for HAL_SITL rename

mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
e597575747
  1. 2
      libraries/AP_AHRS/examples/AHRS_Test/AHRS_Test.pde

2
libraries/AP_AHRS/examples/AHRS_Test/AHRS_Test.pde

@ -34,7 +34,7 @@
#include <AP_Scheduler.h> #include <AP_Scheduler.h>
#include <AP_HAL_AVR.h> #include <AP_HAL_AVR.h>
#include <AP_HAL_AVR_SITL.h> #include <AP_HAL_SITL.h>
#include <AP_HAL_Empty.h> #include <AP_HAL_Empty.h>
#include <AP_HAL_PX4.h> #include <AP_HAL_PX4.h>
#include <AP_BattMonitor.h> #include <AP_BattMonitor.h>

Loading…
Cancel
Save