Tools: include AP_RTC in all waf builds

This commit is contained in:
Peter Barker 2018-04-11 16:04:29 +10:00 committed by Andrew Tridgell
parent 59d1d8aecc
commit 09a9abb3a8

View File

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