mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
autotest: board_list.py: correct autobuild target name for Tracker
We're using the shortened name throughout
This commit is contained in:
parent
ee138e6b3c
commit
bac20bd876
@ -15,7 +15,7 @@ class Board(object):
|
||||
self.name = name
|
||||
self.is_ap_periph = False
|
||||
self.autobuild_targets = [
|
||||
'AntennaTracker',
|
||||
'Tracker',
|
||||
'Blimp',
|
||||
'Copter',
|
||||
'Heli',
|
||||
|
Loading…
Reference in New Issue
Block a user