mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 08:07:15 +08:00
[lwp] fix TTYSUP_CFLAG did not include CBAUD flag
This commit is contained in:
parent
66216dc4e7
commit
ee5b7f1de9
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user