AP_GPS: fix for HAL_SITL rename

This commit is contained in:
Andrew Tridgell 2015-05-04 16:16:22 +10:00
parent dd94cc18a1
commit 2be45bc7e6

View File

@ -10,7 +10,7 @@
#include <AP_Param.h> #include <AP_Param.h>
#include <AP_HAL.h> #include <AP_HAL.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_PX4.h> #include <AP_HAL_PX4.h>
#include <AP_HAL_Linux.h> #include <AP_HAL_Linux.h>
#include <AP_HAL_Empty.h> #include <AP_HAL_Empty.h>