mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: disable ROMFS hwdef.dat for 4.0 release
will be in 4.1
This commit is contained in:
parent
f7efd57055
commit
4aa00e6540
|
@ -2034,8 +2034,8 @@ print("Setup for MCU %s" % mcu_type)
|
|||
# build a list for peripherals for DMA resolver
|
||||
periph_list = build_peripheral_list()
|
||||
|
||||
# write out hw.dat for ROMFS
|
||||
write_all_lines(os.path.join(outdir, "hw.dat"))
|
||||
# write out hw.dat for ROMFS (disabled for 4.0 release)
|
||||
# write_all_lines(os.path.join(outdir, "hw.dat"))
|
||||
|
||||
# write out hwdef.h
|
||||
write_hwdef_header(os.path.join(outdir, "hwdef.h"))
|
||||
|
|
Loading…
Reference in New Issue