b250db5dba
Fix: ``` serial/serial.c: In function 'uart_ioctl': Error: serial/serial.c:1397:46: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] 1397 | FAR struct termios *termiosp = (FAR struct termios *)arg; | ^ Error: serial/serial.c:1419:46: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] 1419 | FAR struct termios *termiosp = (FAR struct termios *)arg; | ``` Signed-off-by: Huang Qi <huangqi3@xiaomi.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Kconfig-16550 | ||
Kconfig-lpuart | ||
Kconfig-sci | ||
Kconfig-uart | ||
Kconfig-usart | ||
Make.defs | ||
ptmx.c | ||
pty.c | ||
pty.h | ||
serial_dma.c | ||
serial_io.c | ||
serial.c | ||
uart_16550.c | ||
uart_bth4.c | ||
uart_rpmsg.c |