AP_AHRS: Add Linux support for example

This commit is contained in:
mirkix 2015-06-17 12:34:09 +00:00 committed by Andrew Tridgell
parent 588a16dec2
commit d169fea9ec
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include <AP_HAL_AVR.h>
#include <AP_HAL_SITL.h>
#include <AP_HAL_Empty.h>
#include <AP_HAL_Linux.h>
#include <AP_HAL_PX4.h>
#include <AP_BattMonitor.h>
#include <AP_SerialManager.h>

View File

@ -13,6 +13,7 @@ LIBRARIES += AP_HAL
LIBRARIES += AP_HAL_AVR
LIBRARIES += AP_HAL_Empty
LIBRARIES += AP_HAL_PX4
LIBRARIES += AP_HAL_Linux
LIBRARIES += AP_HAL_SITL
LIBRARIES += AP_InertialSensor
LIBRARIES += AP_Math