mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
syscall/: Fix some backward conditional compilation
This commit is contained in:
@@ -302,7 +302,7 @@
|
||||
# else
|
||||
# define __SYS_termios __SYS_poll
|
||||
# endif
|
||||
# ifndef CONFIG_SERIAL_TERMIOS
|
||||
# ifdef CONFIG_SERIAL_TERMIOS
|
||||
# define SYS_tcdrain __SYS_termios
|
||||
# define __SYS_boardctl (__SYS_termios+1)
|
||||
# else
|
||||
|
||||
Reference in New Issue
Block a user