mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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
This commit is contained in:
parent
46170d7eaa
commit
a1ff3871f7
@ -509,7 +509,7 @@ if __name__ == '__main__':
|
|||||||
help="file containing extra hwdef information")
|
help="file containing extra hwdef information")
|
||||||
parser.add_option("--board",
|
parser.add_option("--board",
|
||||||
type='string',
|
type='string',
|
||||||
default="DevEBoxH7v2",
|
default="CubeOrange",
|
||||||
help='board to build for')
|
help='board to build for')
|
||||||
parser.add_option("--emit-disable-all-defines",
|
parser.add_option("--emit-disable-all-defines",
|
||||||
action='store_true',
|
action='store_true',
|
||||||
|
Loading…
Reference in New Issue
Block a user