mirror of https://github.com/ArduPilot/ardupilot
PID: fixed example build
This commit is contained in:
parent
9ea99cba29
commit
1ffe899a18
|
@ -4,3 +4,5 @@ LIBRARIES += AP_Param
|
|||
LIBRARIES += AP_Progmem
|
||||
LIBRARIES += PID
|
||||
LIBRARIES += StorageManager
|
||||
LIBRARIES += AP_ADC
|
||||
LIBRARIES += GCS_MAVLink
|
||||
|
|
Loading…
Reference in New Issue