[PATCH rtems 5/8] bsp/rtl22xx: Fix non-ASCII character
Christian Mauderer
oss at c-mauderer.de
Sat Nov 7 13:23:50 UTC 2020
From: Christian Mauderer <christian.mauderer at embedded-brains.de>
---
bsps/arm/rtl22xx/console/uart.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bsps/arm/rtl22xx/console/uart.c b/bsps/arm/rtl22xx/console/uart.c
index 2952e74508..c4ddd18b2c 100644
--- a/bsps/arm/rtl22xx/console/uart.c
+++ b/bsps/arm/rtl22xx/console/uart.c
@@ -262,7 +262,7 @@ static int _BSP_get_char(void)
BSP_polling_getchar_function_type BSP_poll_char = _BSP_get_char;
/*
- * init USART 0¡£8 bit, 1 Stop,No checkout, BPS115200
+ * init USART 0: 8 bit, 1 Stop,No checkout, BPS115200
*/
void UART0_Ini(void)
{
--
2.29.2
More information about the devel
mailing list