Browse Source

Tools: include AP_RTC in all waf builds

mission-4.1.18
Peter Barker 7 years ago committed by Andrew Tridgell
parent
commit
09a9abb3a8
  1. 1
      Tools/ardupilotwaf/ardupilotwaf.py

1
Tools/ardupilotwaf/ardupilotwaf.py

@ -74,6 +74,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [ @@ -74,6 +74,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_ROMFS',
'AP_Proximity',
'AP_Gripper',
'AP_RTC',
]
def get_legacy_defines(sketch_name):

Loading…
Cancel
Save