Tools: fix for HAL_SITL rename

This commit is contained in:
Andrew Tridgell 2015-05-04 16:19:06 +10:00
parent a299fdacdf
commit 9e02ce44ae
4 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
#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_Empty.h> #include <AP_HAL_Empty.h>
#include <AP_Common.h> #include <AP_Common.h>

View File

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

View File

@ -21,7 +21,7 @@
#include <AP_Math.h> #include <AP_Math.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_Linux.h> #include <AP_HAL_Linux.h>
#include <AP_HAL_Empty.h> #include <AP_HAL_Empty.h>
#include <AP_ADC.h> #include <AP_ADC.h>
@ -79,7 +79,7 @@ static AP_Vehicle::FixedWing aparm;
static AP_Airspeed airspeed(aparm); static AP_Airspeed airspeed(aparm);
static DataFlash_File dataflash("logs"); static DataFlash_File dataflash("logs");
#if CONFIG_HAL_BOARD == HAL_BOARD_AVR_SITL #if CONFIG_HAL_BOARD == HAL_BOARD_SITL
SITL sitl; SITL sitl;
#endif #endif

View File

@ -55,7 +55,7 @@
#include "Parameters.h" #include "Parameters.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_Empty.h> #include <AP_HAL_Empty.h>
AP_HAL::BetterStream* cliSerial; AP_HAL::BetterStream* cliSerial;