Skip to content

Commit

Permalink
AP_Bootloader: fix variable name for External flash support
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator authored and tridge committed Sep 1, 2021
1 parent 6e81fcb commit edb590e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/AP_Bootloader/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit edb590e

Please sign in to comment.