bsps/arm/stm32h7/dma/dma-allocator.c: Fix unused variable warning

Updates &20
This commit is contained in:
Joel Sherrill
2025-04-22 17:21:54 -05:00
committed by Kinsey Moore
parent ae5655b88b
commit 69b72bb9df

View File

@@ -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;