kopia lustrzana https://github.com/Hamlib/Hamlib
Remove duplicate line in simkenwood.c
rodzic
699151851f
commit
bee3548df2
|
@ -143,7 +143,6 @@ int main(int argc, char *argv[])
|
|||
usleep(50 * 1000);
|
||||
int id = 24;
|
||||
snprintf(buf, sizeof(buf), "ID%03d;", id);
|
||||
n = snprintf(buf, sizeof(buf), "ID%03d;", id);
|
||||
n = write(fd, buf, strlen(buf));
|
||||
printf("n=%d\n", n);
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue