AP_Bootloader: remove dependency on Semaphores in QSPIDevice

This commit is contained in:
Siddharth Purohit 2021-07-01 11:57:45 +05:30 committed by Andrew Tridgell
parent 813e93a69c
commit 1afbf666ad

View File

@ -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 = []