no1wudi commented on code in PR #8454:
URL: https://github.com/apache/nuttx/pull/8454#discussion_r1099541778


##########
include/nuttx/serial/serial.h:
##########
@@ -283,10 +283,10 @@ struct uart_dev_s
   pid_t                pid;          /* Thread PID to receive signals (-1 if 
none) */
 #endif
 
-#ifdef CONFIG_SERIAL_TERMIOS
   /* Terminal control flags */
 
   tcflag_t             tc_iflag;     /* Input modes */
+#ifdef CONFIG_SERIAL_TERMIOS

Review Comment:
   That means if user want to disable the input conversion, them must enable 
TERMIOS to do that?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to