arch/arm/src/stm32l4/stm32l4xrxx_dma.c: Eliminate a new warning found in build testing.
This commit is contained in:
parent
a4997d6a2c
commit
1a0f5dec18
@ -1096,6 +1096,7 @@ void stm32l4_dmafree(DMA_HANDLE handle)
|
||||
|
||||
dmainfo("Free g_dmach[%d] CTRL=%d CH=%d\n", dmachan - g_dmach, controller,
|
||||
dmachan->chan);
|
||||
UNUSED(controller);
|
||||
|
||||
/* Release the channel */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user