mirror of https://github.com/ArduPilot/ardupilot
AC_PID: fix for HAL_SITL rename
This commit is contained in:
parent
40e3b422b5
commit
777685ce1f
|
@ -9,7 +9,7 @@
|
|||
#include <AP_Math.h>
|
||||
#include <AP_HAL.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…
Reference in New Issue