mirror of https://github.com/ArduPilot/ardupilot
AP_InertialSensor: Add Linux support for VibTest example
This commit is contained in:
parent
a8df968441
commit
588a16dec2
|
@ -10,6 +10,7 @@
|
||||||
#include <AP_HAL.h>
|
#include <AP_HAL.h>
|
||||||
#include <AP_HAL_AVR.h>
|
#include <AP_HAL_AVR.h>
|
||||||
#include <AP_HAL_SITL.h>
|
#include <AP_HAL_SITL.h>
|
||||||
|
#include <AP_HAL_Linux.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>
|
||||||
|
|
|
@ -12,6 +12,7 @@ LIBRARIES += AP_HAL
|
||||||
LIBRARIES += AP_HAL_AVR
|
LIBRARIES += AP_HAL_AVR
|
||||||
LIBRARIES += AP_HAL_Empty
|
LIBRARIES += AP_HAL_Empty
|
||||||
LIBRARIES += AP_HAL_PX4
|
LIBRARIES += AP_HAL_PX4
|
||||||
|
LIBRARIES += AP_HAL_Linux
|
||||||
LIBRARIES += AP_HAL_SITL
|
LIBRARIES += AP_HAL_SITL
|
||||||
LIBRARIES += AP_InertialSensor
|
LIBRARIES += AP_InertialSensor
|
||||||
LIBRARIES += AP_Math
|
LIBRARIES += AP_Math
|
||||||
|
|
Loading…
Reference in New Issue