Skip to content

Commit

Permalink
AP_HAL_ChibiOS: fix hwdef generation for bootloader supporting ext flash
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator authored and tridge committed Sep 1, 2021
1 parent 3317b0a commit faedb12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/scripts/chibios_hwdef.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@ def write_mcu_config(f):
#define HAL_NO_RCIN_THREAD
#define HAL_NO_SHARED_DMA FALSE
#define HAL_NO_ROMFS_SUPPORT TRUE
#define HAL_NO_FLASH_SUPPORT TRUE
''')
if not env_vars['EXTERNAL_PROG_FLASH_MB']:
f.write('''
Expand Down

0 comments on commit faedb12

Please sign in to comment.