drivers/net/telnet.c: correct typo error to fix build break

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
liuhaitao 2020-02-10 20:57:54 +08:00 committed by Alan Carvalho de Assis
parent 0a115e4a47
commit bbd102808d

View File

@ -306,7 +306,6 @@ static void telnet_check_ctrlchar(FAR struct telnet_dev_s *priv,
signo = SIGINT;
break;
}
else
#endif
#ifdef CONFIG_TTY_SIGSTP
/* Is this the special character that will generate the SIGSTP signal? */