Fix an uninitialized value warning from valgrind

pull/1130/head
Mike Black W9MDB 2022-09-21 09:31:59 -05:00
rodzic 67b933ddb5
commit a033b66f9c
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -611,6 +611,7 @@ RIG *HAMLIB_API rig_init(rig_model_t rig_model)
rs->poll_interval = 0; // disable polling by default
rs->lo_freq = 0;
rs->cache.timeout_ms = 500; // 500ms cache timeout by default
rs->cache.ptt = 0;
// We are using range_list1 as the default
// Eventually we will have separate model number for different rig variations