Ping :) On Mon, 12 Apr 2021 at 11:56, Robin.Mueller <robin.muelle...@gmail.com> wrote:
> The DMA include was missing and could lead to compilation > errors for certain cases. > --- > bsps/arm/stm32h7/include/stm32h7xx_hal_uart.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/bsps/arm/stm32h7/include/stm32h7xx_hal_uart.h > b/bsps/arm/stm32h7/include/stm32h7xx_hal_uart.h > index e9fecc4aa0..b171f7dac7 100644 > --- a/bsps/arm/stm32h7/include/stm32h7xx_hal_uart.h > +++ b/bsps/arm/stm32h7/include/stm32h7xx_hal_uart.h > @@ -27,6 +27,7 @@ extern "C" { > > /* Includes > ------------------------------------------------------------------*/ > #include "stm32h7xx_hal_def.h" > +#include "stm32h7xx_hal_dma.h" > > /** @addtogroup STM32H7xx_HAL_Driver > * @{ > -- > 2.25.1 > >
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel