Revert "board_list.py: correct autobuild target name"

This reverts commit 039701b616.

This broken builds on the build server.  We should be correcting the other way anyway, from antennatracker -> tracker
This commit is contained in:
Peter Barker 2024-02-07 19:47:19 +11:00 committed by Peter Barker
parent 8c87d96f97
commit 1e7df560aa

View File

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