mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
Fix termios/lib_cfspeed.c:78:5: error: large integer implicitly truncated to unsigned type
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
86684105f9
commit
077a28eff6
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@
|
|||
|
||||
/* Baud rate selection */
|
||||
|
||||
typedef unsigned int speed_t; /* Used for terminal baud rates */
|
||||
typedef unsigned long speed_t; /* Used for terminal baud rates */
|
||||
|
||||
/* Types used within the termios structure */
|
||||
|
||||
|
|
Loading…
Reference in a new issue