mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update text
This commit is contained in:
parent
cd03af190c
commit
1e8c950e9d
1 changed files with 2 additions and 2 deletions
|
|
@ -401,8 +401,8 @@ void tty_configure(void)
|
||||||
/* Set speed */
|
/* Set speed */
|
||||||
switch (option.baudrate)
|
switch (option.baudrate)
|
||||||
{
|
{
|
||||||
/* The macro below expands into switch cases autogenerated by the
|
/* The macro below expands into switch cases autogenerated by meson
|
||||||
* configure script. Each switch case verifies and configures the baud
|
* configure. Each switch case verifies and configures the baud
|
||||||
* rate and is of the form:
|
* rate and is of the form:
|
||||||
*
|
*
|
||||||
* case $baudrate: baudrate = B$baudrate; break;
|
* case $baudrate: baudrate = B$baudrate; break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue