mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
hwdef: added CUAV_V6X default parameters
This commit is contained in:
parent
128ca65973
commit
581207b1ce
@ -0,0 +1,3 @@
|
||||
BATT_MONITOR=8
|
||||
CAN_P1_DRIVER=1
|
||||
CAN_P2_DRIVER=1
|
@ -2941,6 +2941,7 @@ write_hwdef_header(os.path.join(outdir, "hwdef.h"))
|
||||
write_ldscript(os.path.join(outdir, "ldscript.ld"))
|
||||
|
||||
romfs_add_dir(['scripts'])
|
||||
romfs_add_dir(['param'])
|
||||
|
||||
write_ROMFS(outdir)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user