forked from Imagelibrary/rtems
bsps/arm/stm32h7/dma/dma-allocator.c: Fix unused variable warning
Updates &20
This commit is contained in:
committed by
Kinsey Moore
parent
ae5655b88b
commit
69b72bb9df
@@ -125,6 +125,7 @@ static void stm32h7_dma_free_nolock(DMA_HandleTypeDef *dma_channel)
|
||||
&ctx->dma_entry
|
||||
);
|
||||
_Assert(sc == RTEMS_SUCCESSFUL);
|
||||
(void) sc;
|
||||
|
||||
dma_channels &= ~dma_mask;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user