Browse Source

AP_HAL_PX4: fix example build

mission-4.1.18
Jonathan Challinger 9 years ago
parent
commit
f376510524
  1. 1
      libraries/AP_HAL_PX4/examples/simple/make.inc

1
libraries/AP_HAL_PX4/examples/simple/make.inc

@ -8,6 +8,7 @@ LIBRARIES += AP_Compass
LIBRARIES += AP_Declination LIBRARIES += AP_Declination
LIBRARIES += AP_GPS LIBRARIES += AP_GPS
LIBRARIES += AP_InertialSensor LIBRARIES += AP_InertialSensor
LIBRARIES += AP_AccelCal
LIBRARIES += AP_Math LIBRARIES += AP_Math
LIBRARIES += AP_Mission LIBRARIES += AP_Mission
LIBRARIES += AP_NavEKF LIBRARIES += AP_NavEKF

Loading…
Cancel
Save