Tracker: remove linkage of AP_Stats

This commit is contained in:
Andrew Tridgell 2020-01-03 21:15:17 +11:00
parent 647aaf0575
commit 5e1378a6e3

View File

@ -9,7 +9,6 @@ def build(bld):
ap_libraries=bld.ap_common_vehicle_libraries() + [
'AP_Beacon',
'AP_Arming',
'AP_Stats',
'AP_RCMapper',
'AP_OSD',
],