Plane: Update build tools for deepstall PID dependency

This commit is contained in:
Michael du Breuil 2017-02-14 12:22:12 -07:00 committed by Andrew Tridgell
parent 547d06febf
commit 041fe38ba6
2 changed files with 2 additions and 0 deletions

View File

@ -62,3 +62,4 @@ LIBRARIES += AP_Tuning
LIBRARIES += AP_Stats LIBRARIES += AP_Stats
LIBRARIES += AP_Landing LIBRARIES += AP_Landing
LIBRARIES += AP_Beacon LIBRARIES += AP_Beacon
LIBRARIES += PID

View File

@ -33,6 +33,7 @@ def build(bld):
'AP_Stats', 'AP_Stats',
'AP_Landing', 'AP_Landing',
'AP_Beacon', 'AP_Beacon',
'PID',
], ],
) )