Can't find HAL_UARTEx_GetRxEventType() in STM32L4xx HAL code
Hi folks,
I use CubeMx to generate UART∕DMA code for STM32L4xx MCU.
CubeMx uses currently latest STM32Cube_FW_L4_V1.18.0 package, but HAL_UARTEx_GetRxEventType() is not included in it, neither HAL_UART_RXEVENT_* events.
I found it is included in the latest STM32L4 git. Could I somehow use latest STM32L4 git to generate a code by CubeMx with required fix automatically or would it always require manual work to replace HAL_Driver files?
Cheers
