mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
0d113b265c
The change to use AP_BoardConfig messed up the examples. Here are some updated but there are plenty more to do.
13 lines
295 B
PHP
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
|