mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +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:
committed by
Gustavo Henrique Nihei
parent
86684105f9
commit
077a28eff6
+1
-1
@@ -217,7 +217,7 @@
|
|||||||
|
|
||||||
/* Baud rate selection */
|
/* 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 */
|
/* Types used within the termios structure */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user