Problem on file stm32c0xx_hal_conf_template.h for STM32C0XX
In file stm32c0xx_hal_conf_template.h there are duplicated lines at 239 row.
#ifdef HAL_UART_MODULE_ENABLED
#include "stm32c0xx_hal_uart.h"
#endif /* HAL_UART_MODULE_ENABLED */
if you are using Cube MX you can't compile.
