autotest: change default board for test_build_options

rather more rpresentative of what people are likely to compile for
This commit is contained in:
Peter Barker 2024-02-11 08:59:03 +11:00 committed by Peter Barker
parent 1862b5dc27
commit e59d432281

View File

@ -49,7 +49,7 @@ class TestBuildOptions(object):
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