mirror of https://github.com/ArduPilot/ardupilot
Plane: Update build tools for deepstall PID dependency
This commit is contained in:
parent
547d06febf
commit
041fe38ba6
|
@ -62,3 +62,4 @@ LIBRARIES += AP_Tuning
|
|||
LIBRARIES += AP_Stats
|
||||
LIBRARIES += AP_Landing
|
||||
LIBRARIES += AP_Beacon
|
||||
LIBRARIES += PID
|
||||
|
|
|
@ -33,6 +33,7 @@ def build(bld):
|
|||
'AP_Stats',
|
||||
'AP_Landing',
|
||||
'AP_Beacon',
|
||||
'PID',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue