Skip to content

Commit

Permalink
[lwp] fix TTYSUP_CFLAG did not include CBAUD flag
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuzhus committed Dec 11, 2024
1 parent 0de160f commit 192b97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lwp/terminal/freebsd/tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static const char *dev_console_filename;
#define TTYSUP_CFLAG \
(CIGNORE | CSIZE | CSTOPB | CREAD | PARENB | PARODD | HUPCL | CLOCAL | \
CCTS_OFLOW | CRTS_IFLOW | CDTR_IFLOW | CDSR_OFLOW | CCAR_OFLOW | \
CNO_RTSDTR)
CNO_RTSDTR | CBAUD)

/*
* Set TTY buffer sizes.
Expand Down

0 comments on commit 192b97f

Please sign in to comment.