AP_Airspeed: fix for HAL_SITL rename

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

View File

@ -31,7 +31,7 @@ extern const AP_HAL::HAL& hal;
#define ARSPD_DEFAULT_PIN 64
#elif CONFIG_HAL_BOARD == HAL_BOARD_APM2
#define ARSPD_DEFAULT_PIN 0
#elif CONFIG_HAL_BOARD == HAL_BOARD_AVR_SITL
#elif CONFIG_HAL_BOARD == HAL_BOARD_SITL
#define ARSPD_DEFAULT_PIN 1
#elif CONFIG_HAL_BOARD == HAL_BOARD_PX4 || CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
#include <sys/stat.h>