no1wudi commented on code in PR #8454: URL: https://github.com/apache/nuttx/pull/8454#discussion_r1099614192
########## 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: Get it -- 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]
