Skip to content

Commit

Permalink
Tools: move Arming, Beacon and RC_Mapper into ardupilotwaf.py
Browse files Browse the repository at this point in the history
these were built for all vehicles, so put them in the common list
  • Loading branch information
peterbarker authored and tridge committed Apr 17, 2024
1 parent 9da6ff4 commit 8c5136e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tools/Replay/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ def build(bld):
name=vehicle + '_libs',
ap_vehicle=vehicle,
ap_libraries=bld.ap_common_vehicle_libraries() + [
'AP_Beacon',
'AP_Arming',
'AP_RCMapper',
'AP_OSD',
'AP_Avoidance',
],
Expand Down
3 changes: 3 additions & 0 deletions Tools/ardupilotwaf/ardupilotwaf.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
'AP_CheckFirmware',
'AP_ExternalControl',
'AP_JSON',
'AP_Beacon',
'AP_Arming',
'AP_RCMapper',
]

def get_legacy_defines(sketch_name, bld):
Expand Down

0 comments on commit 8c5136e

Please sign in to comment.