mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -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.name = name
|
||||||
self.is_ap_periph = False
|
self.is_ap_periph = False
|
||||||
self.autobuild_targets = [
|
self.autobuild_targets = [
|
||||||
'AntennaTracker',
|
'Tracker',
|
||||||
'Blimp',
|
'Blimp',
|
||||||
'Copter',
|
'Copter',
|
||||||
'Heli',
|
'Heli',
|
||||||
|
Loading…
Reference in New Issue
Block a user