[rtems commit] bsp/rtl22xx: Fix non-ASCII character

Christian Mauderer christianm at rtems.org
Mon Dec 14 11:54:34 UTC 2020


Module:    rtems
Branch:    master
Commit:    66723ee6d2bcbf0bbda8d84cd63f7c1186ebfcad
Changeset: http://git.rtems.org/rtems/commit/?id=66723ee6d2bcbf0bbda8d84cd63f7c1186ebfcad

Author:    Christian Mauderer <christian.mauderer at embedded-brains.de>
Date:      Sat Nov  7 14:07:26 2020 +0100

bsp/rtl22xx: Fix non-ASCII character

---

 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 2952e74..c4ddd18 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)
 {



More information about the vc mailing list