AP_AHRS: fix for HAL_SITL rename

This commit is contained in:
Andrew Tridgell 2015-05-04 16:15:54 +10:00
parent d8cd986696
commit e597575747
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#include <AP_Scheduler.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_BattMonitor.h>