mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
arch/arm/src/stm32l4/stm32l4xrxx_dma.c: Eliminate a new warning found in build testing.
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user