bsp/rtl22xx: Fix non-ASCII character

This commit is contained in:
Christian Mauderer
2020-11-07 14:07:26 +01:00
parent 2f509b572f
commit 66723ee6d2

View File

@@ -262,7 +262,7 @@ static int _BSP_get_char(void)
BSP_polling_getchar_function_type BSP_poll_char = _BSP_get_char;
/*
* init USART 0<EFBFBD><EFBFBD>8 bit, 1 Stop,No checkout, BPS115200
* init USART 0: 8 bit, 1 Stop,No checkout, BPS115200
*/
void UART0_Ini(void)
{