mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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:
parent
8c87d96f97
commit
1e7df560aa
@ -16,7 +16,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