2017-03-28 08:11 AM
&sharpif defined(UART10)
else if (USARTx == UART5)Should be
&sharpif defined(UART10)
else if (USARTx == UART10)Shouldn't it ?
#stm32cube-bug #stm32f4-uart #stm32f42017-03-28 09:01 AM
Hi
migault.mehdi
,Your feedback is reported internally for check and we will keep you informed about any update.
All your comments are welcome in order to improve our solutions.
Imen