AP_BattMonitor: Add Linux support for example
This commit is contained in:
parent
d169fea9ec
commit
a1d478909a
@ -12,6 +12,7 @@
|
||||
#include <AP_HAL.h>
|
||||
#include <AP_HAL_AVR.h>
|
||||
#include <AP_HAL_PX4.h>
|
||||
#include <AP_HAL_Linux.h>
|
||||
#include <AP_HAL_Empty.h>
|
||||
#include <AP_BattMonitor.h>
|
||||
#include <GCS_MAVLink.h>
|
||||
|
@ -11,6 +11,7 @@ LIBRARIES += AP_GPS
|
||||
LIBRARIES += AP_HAL
|
||||
LIBRARIES += AP_HAL_AVR
|
||||
LIBRARIES += AP_HAL_Empty
|
||||
LIBRARIES += AP_HAL_Linux
|
||||
LIBRARIES += AP_HAL_PX4
|
||||
LIBRARIES += AP_InertialSensor
|
||||
LIBRARIES += AP_Math
|
||||
@ -19,6 +20,7 @@ LIBRARIES += AP_NavEKF
|
||||
LIBRARIES += AP_Notify
|
||||
LIBRARIES += AP_Param
|
||||
LIBRARIES += AP_Progmem
|
||||
LIBRARIES += AP_Rally
|
||||
LIBRARIES += AP_RangeFinder
|
||||
LIBRARIES += AP_Terrain
|
||||
LIBRARIES += AP_Vehicle
|
||||
|
Loading…
Reference in New Issue
Block a user