kopia lustrzana https://github.com/Hamlib/Hamlib
Fix compilation warning in cachetest.c
rodzic
8e79561b73
commit
0fb7148172
|
@ -47,7 +47,7 @@ int main(int argc, char *argv[])
|
||||||
int model;
|
int model;
|
||||||
int baud;
|
int baud;
|
||||||
int loops;
|
int loops;
|
||||||
int cache_timeout;
|
int cache_timeout = 500;
|
||||||
int i;
|
int i;
|
||||||
struct timespec start, startall;
|
struct timespec start, startall;
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue