mirror of
https://github.com/eddyem/small_tel.git
synced 2026-06-19 02:16:23 +03:00
.
This commit is contained in:
@@ -166,6 +166,8 @@ int main(int argc, char **argv){
|
||||
LOGERR("Can't open serial device %s", G.device);
|
||||
ERRX("Can't open serial device %s", G.device);
|
||||
}
|
||||
signal(SIGUSR1, signals);
|
||||
signal(SIGUSR2, signals);
|
||||
sl_tty_tmout(DEFAULT_SERTMOUT);
|
||||
server_run(type, G.node, serial);
|
||||
LOGERR("Unreacheable code reached!");
|
||||
|
||||
Reference in New Issue
Block a user