From a1ff3871f726f35f0a6167b098ddc164a907baf6 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sat, 31 Aug 2024 12:15:55 +1000 Subject: [PATCH] autotest: default test-build_options.py to CubeOrange recent additions of CAN things to hwdef, and the lack of a hardware / lower-level dependency means we need to use something with CAN for now --- Tools/autotest/test_build_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/test_build_options.py b/Tools/autotest/test_build_options.py index b1c82dead0..25ff58622a 100755 --- a/Tools/autotest/test_build_options.py +++ b/Tools/autotest/test_build_options.py @@ -509,7 +509,7 @@ if __name__ == '__main__': help="file containing extra hwdef information") parser.add_option("--board", type='string', - default="DevEBoxH7v2", + default="CubeOrange", help='board to build for') parser.add_option("--emit-disable-all-defines", action='store_true',