ardupilot/libraries/AP_Scheduler/examples/Scheduler_test/make.inc
Andy Little 0d113b265c Examples: fix examples for px4
The change to use AP_BoardConfig messed up the examples. Here are some
updated but there are plenty more to do.
2016-10-04 12:50:47 -03:00

13 lines
295 B
PHP

LIBRARIES += AP_Common
LIBRARIES += AP_InertialSensor
LIBRARIES += AP_AccelCal
LIBRARIES += AP_Math
LIBRARIES += AP_Notify
LIBRARIES += AP_Param
LIBRARIES += AP_Scheduler
LIBRARIES += DataFlash
LIBRARIES += Filter
LIBRARIES += GCS_MAVLink
LIBRARIES += StorageManager
LIBRARIES += AP_BoardConfig