Skip to content

Commit cfb7485

Browse files
vigneshraja123717root
authored andcommitted
reverted uart file
1 parent 58a615a commit cfb7485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/platform/linux-uart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ static int set_uart_attribs(int fd, int speed, int parity)
482482
uart_attribs.c_cflag |= (CLOCAL | CREAD);
483483
uart_attribs.c_cflag &= ~(PARENB | PARODD);
484484
uart_attribs.c_cflag |= parity;
485-
uart_attribs.c_cflag |= CSTOPB;
485+
uart_attribs.c_cflag &= ~CSTOPB;
486486
uart_attribs.c_cflag &= ~CRTSCTS;
487487
uart_attribs.c_cc[VMIN] = 0;
488488
uart_attribs.c_cc[VTIME] = 50;

0 commit comments

Comments
 (0)