Skip to content

Commit

Permalink
autotest: change default board for test_build_options
Browse files Browse the repository at this point in the history
rather more rpresentative of what people are likely to compile for
  • Loading branch information
peterbarker committed Feb 11, 2024
1 parent 1862b5d commit e59d432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/test_build_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(self,
do_step_disable_in_turn=True,
do_step_enable_in_turn=True,
build_targets=None,
board="DevEBoxH7v2",
board="CubeOrange", # DevEBoxH7v2 also works
extra_hwdef=None):
self.extra_hwdef = extra_hwdef
self.sizes_nothing_disabled = None
Expand Down

0 comments on commit e59d432

Please sign in to comment.