Skip to content

Commit

Permalink
Rover: 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 c9c573d commit 9da6ff4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Rover/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ def build(bld):
ap_vehicle=vehicle,
ap_libraries=bld.ap_common_vehicle_libraries() + [
'APM_Control',
'AP_Arming',
'AP_Mount',
'AP_Navigation',
'AR_WPNav',
'AP_RCMapper',
'AP_Beacon',
'AP_AdvancedFailsafe',
'AP_WheelEncoder',
'AP_SmartRTL',
Expand Down

0 comments on commit 9da6ff4

Please sign in to comment.