Skip to content

Commit

Permalink
Revert "board_list.py: correct autobuild target name"
Browse files Browse the repository at this point in the history
This reverts commit 039701b.

This broken builds on the build server.  We should be correcting the other way anyway, from antennatracker -> tracker
  • Loading branch information
peterbarker committed Feb 10, 2024
1 parent 8c87d96 commit 1e7df56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/scripts/board_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self, name):
self.name = name
self.is_ap_periph = False
self.autobuild_targets = [
'AntennaTracker',
'Tracker',
'Blimp',
'Copter',
'Heli',
Expand Down

0 comments on commit 1e7df56

Please sign in to comment.