autotest: board_list.py: correct autobuild target name for Tracker

We're using the shortened name throughout
This commit is contained in:
Peter Barker 2022-03-11 09:07:27 +11:00 committed by Andrew Tridgell
parent ee138e6b3c
commit bac20bd876

View File

@ -15,7 +15,7 @@ class Board(object):
self.name = name
self.is_ap_periph = False
self.autobuild_targets = [
'AntennaTracker',
'Tracker',
'Blimp',
'Copter',
'Heli',