mirror of https://github.com/ArduPilot/ardupilot
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")
|
||||
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',
|
||||
|
|
Loading…
Reference in New Issue