Skip to content

Commit

Permalink
board_list.py: correct autobuild target name
Browse files Browse the repository at this point in the history
this has to be the waf target name
  • Loading branch information
peterbarker committed Feb 1, 2024
1 parent cfe6844 commit 039701b
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 = [
'Tracker',
'AntennaTracker',
'Blimp',
'Copter',
'Heli',
Expand Down

0 comments on commit 039701b

Please sign in to comment.