Skip to content

Commit

Permalink
AP_Bootloader: remove dependency on Semaphores in QSPIDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator authored and tridge committed Sep 1, 2021
1 parent 813e93a commit 1afbf66
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 @@ -6,7 +6,7 @@ def build(bld):
return

if bld.env.EXTERNAL_PROG_FLASH_MB:
flashiface_lib = ['AP_HAL', 'AP_FlashIface']
flashiface_lib = ['AP_HAL', 'AP_FlashIface', 'AP_HAL_Empty']
else:
flashiface_lib = []

Expand Down

0 comments on commit 1afbf66

Please sign in to comment.