mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
AP_AHRS: Add Linux support for example
This commit is contained in:
parent
588a16dec2
commit
d169fea9ec
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user