mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_HAL_ChibiOS: build fix for iomcu
This commit is contained in:
parent
d0e4d510cf
commit
6cb263056d
@ -255,7 +255,7 @@ def write_dma_header(f, peripheral_list, mcu_type, dma_exclude=[],
|
||||
if hasattr(lib, "DMA_Map"):
|
||||
dma_map = lib.DMA_Map
|
||||
else:
|
||||
return []
|
||||
return [], []
|
||||
except ImportError:
|
||||
print("Unable to find module for MCU %s" % mcu_type)
|
||||
sys.exit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user