AP_Baro: Fixed build for APM2 Beta hardware

This commit is contained in:
Janne Mäntyharju 2013-04-15 21:22:19 +03:00 committed by Andrew Tridgell
parent d3dad7afee
commit 7a04fe9915

View File

@ -41,7 +41,7 @@
#include <AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
#include <AP_HAL.h>
#if CONFIG_HAL_BOARD == HAL_BOARD_APM1
#if CONFIG_HAL_BOARD == HAL_BOARD_APM1 || defined(APM2_BETA_HARDWARE)
#include "AP_Baro_BMP085.h"
extern const AP_HAL::HAL& hal;