HAL_ChibiOS: fixed build warning on iomcu

This commit is contained in:
Andrew Tridgell 2018-11-01 09:04:40 +11:00
parent 8ece4e3f64
commit 065dba973b
1 changed files with 2 additions and 0 deletions

View File

@ -52,7 +52,9 @@ static memory_heap_t dtcm_heap;
#define DMA_RESERVE_SIZE 4096
#endif
#if DMA_RESERVE_SIZE != 0
static memory_heap_t dma_reserve_heap;
#endif
static void *malloc_dtcm(size_t size);