Fix compile warning on tmd710.c

pull/1073/head
Mike Black W9MDB 2022-06-20 23:24:28 -05:00
rodzic e7f51edfcb
commit e716a010e8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1459,7 +1459,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 = RIG_MODE_NONE;
tmd710_fo fo_struct;
rig_debug(RIG_DEBUG_TRACE, "%s: called\n", __func__);