STMicroelectronics / STM32CubeG0

STM32Cube MCU Full Package for the STM32G0 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Other
165 stars 75 forks source link

missing HAL_UARTEx_GetRxEventType() in stm32g0xx_hal_uart_ex.h #50

Closed RetoFx closed 3 months ago

RetoFx commented 3 months ago

There is no prototype for HAL_UARTEx_GetRxEventType() in any header file.

Please add HAL_UARTEx_GetRxEventType() to stm32g0xx_hal_uart_ex.h (like STM32G4)

RJMSTM commented 3 months ago

Hello @RetoFx,

Thank you for your contribution. Could you please double-check, the function HAL_UARTEx_GetRxEventType already has a prototype in stm32g0xx_hal_uart_ex.h

image

Regards,

RetoFx commented 3 months ago

Hi RJMSTM Thanks for the info. You are right. This is my mistake.

RetoFx commented 3 months ago

Hi RJMSTM Thanks for the info. You are right. This is my mistake.