mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
HAL_ChibiOS: fixed build warning on iomcu
This commit is contained in:
parent
8ece4e3f64
commit
065dba973b
@ -52,7 +52,9 @@ static memory_heap_t dtcm_heap;
|
|||||||
#define DMA_RESERVE_SIZE 4096
|
#define DMA_RESERVE_SIZE 4096
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if DMA_RESERVE_SIZE != 0
|
||||||
static memory_heap_t dma_reserve_heap;
|
static memory_heap_t dma_reserve_heap;
|
||||||
|
#endif
|
||||||
|
|
||||||
static void *malloc_dtcm(size_t size);
|
static void *malloc_dtcm(size_t size);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user