1
0
Fork 0

K param not on valid option list

Esse commit está contido em:
phyto 2019-05-22 11:30:56 +02:00
commit b986b8407d
1 arquivos alterados com 1 adições e 1 exclusões

2
ui/t.c
Ver arquivo

@ -33,7 +33,7 @@ char *device = "/dev/ttyS0";
int K = 0;
// char ligne[100];
while ((opt = getopt(argc, argv, "d:hv")) != -1) {
while ((opt = getopt(argc, argv, "d:hKv")) != -1) {
switch (opt) {
case 'd': device = optarg; break;
case 'h': help(0); break;