stm32f030cctx uart generated code bug
hello,
now I am using stm32f030cct6 to design a simple program. i used all the 6 uarts of this chip. it works fine, but the interrupt code generated by STM32CubeMX has a simple bug.
the code as below.

for the uart6, there is a useless (&huart6); i think it is no effect to the function, but when building, there is a warning.

