Browse Source

AP_Baro: fix for HAL_SITL rename

master
Andrew Tridgell 10 years ago
parent
commit
7d9d594283
  1. 2
      libraries/AP_Baro/examples/BARO_generic/BARO_generic.pde

2
libraries/AP_Baro/examples/BARO_generic/BARO_generic.pde

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
#include <AP_Declination.h>
#include <AP_Airspeed.h>
#include <AP_HAL_AVR.h>
#include <AP_HAL_AVR_SITL.h>
#include <AP_HAL_SITL.h>
#include <AP_HAL_Linux.h>
#include <AP_HAL_FLYMAPLE.h>
#include <AP_HAL_PX4.h>

Loading…
Cancel
Save