Browse Source

AP_Common: fix for HAL_SITL rename

mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
dd94cc18a1
  1. 2
      libraries/AP_Common/examples/AP_Common/AP_Common.pde

2
libraries/AP_Common/examples/AP_Common/AP_Common.pde

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
#include <AP_Progmem.h>
#include <AP_Param.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_PX4.h>
#include <AP_Math.h>

Loading…
Cancel
Save