Skip to content

Commit

Permalink
autotest: test_build_options.py: change default board we build for
Browse files Browse the repository at this point in the history
Need a board which has CAN on it
  • Loading branch information
peterbarker committed Sep 1, 2024
1 parent 439df39 commit ecd4fd5
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 @@ -683,7 +683,7 @@ def run(self):
help="file containing extra hwdef information")
parser.add_option("--board",
type='string',
default="DevEBoxH7v2",
default="CubeOrange", # DevEBoxH7v2 also works
help='board to build for')
parser.add_option("--emit-disable-all-defines",
action='store_true',
Expand Down

0 comments on commit ecd4fd5

Please sign in to comment.