ardupilot/libraries/PID/examples/pid/make.inc

8 lines
156 B
PHP
Raw Normal View History

2015-06-01 03:58:19 -03:00
LIBRARIES += AP_Common
LIBRARIES += AP_Math
LIBRARIES += AP_Param
LIBRARIES += PID
LIBRARIES += StorageManager
2015-11-15 17:04:44 -04:00
LIBRARIES += AP_ADC
LIBRARIES += GCS_MAVLink