AP_Bootloader: remove dependency on Semaphores in QSPIDevice
This commit is contained in:
parent
813e93a69c
commit
1afbf666ad
@ -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 = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user