mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
drivers/net/telnet.c: correct typo error to fix build break
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
0a115e4a47
commit
bbd102808d
@@ -306,7 +306,6 @@ static void telnet_check_ctrlchar(FAR struct telnet_dev_s *priv,
|
|||||||
signo = SIGINT;
|
signo = SIGINT;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_TTY_SIGSTP
|
#ifdef CONFIG_TTY_SIGSTP
|
||||||
/* Is this the special character that will generate the SIGSTP signal? */
|
/* Is this the special character that will generate the SIGSTP signal? */
|
||||||
|
|||||||
Reference in New Issue
Block a user