Fix tmd710 uninitialized tmd710_mode

pull/149/head
Michael Black 2019-11-30 13:07:32 -06:00
rodzic dc3f33bc11
commit 81c696bdd9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1369,7 +1369,7 @@ static int tmd710_get_mode_tmd710_value(rmode_t mode, int *tmd710_mode)
*/
static int tmd710_set_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width)
{
int retval, tmd710_mode;
int retval, tmd710_mode = 0;
tmd710_fo fo_struct;
rig_debug(RIG_DEBUG_TRACE, "%s: called\n", __func__);