mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
serial: Don't comment out ws_[x|y]pixel field from winsize struct
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: I3d2435c3950e8f60b50d9af8a54c65bd0d16f2e0
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
4716fc929d
commit
3a97f51a8d
@@ -208,9 +208,8 @@ struct winsize
|
||||
uint16_t ws_row;
|
||||
uint16_t ws_col;
|
||||
|
||||
/* uint16_t ws_xpixel; unused */
|
||||
|
||||
/* uint16_t ws_ypixel; unused */
|
||||
uint16_t ws_xpixel; /* unused */
|
||||
uint16_t ws_ypixel; /* unused */
|
||||
};
|
||||
|
||||
/* Structure used with TIOCSRS485 and TIOCGRS485 (Linux compatible) */
|
||||
|
||||
Reference in New Issue
Block a user