mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
AP_Bootloader: fix variable name for External flash support
This commit is contained in:
parent
6e81fcbed1
commit
edb590e055
@ -5,7 +5,7 @@ def build(bld):
|
||||
if not bld.env.BOOTLOADER:
|
||||
return
|
||||
|
||||
if bld.env.EXTERNAL_FLASH_SUPPORT:
|
||||
if bld.env.EXTERNAL_PROG_FLASH_MB:
|
||||
flashiface_lib = ['AP_HAL', 'AP_FlashIface']
|
||||
else:
|
||||
flashiface_lib = []
|
||||
|
Loading…
Reference in New Issue
Block a user