fix thd74_set_mem

pull/19/head
Sebastian Denz 2018-11-21 22:13:00 +01:00
rodzic fe6fc763d1
commit a2e692949c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1066,7 +1066,7 @@ static int thd74_set_mem(RIG *rig, vfo_t vfo, int ch)
} }
sprintf(cmd, "MR %c,%03d", c, ch); sprintf(cmd, "MR %c,%03d", c, ch);
return kenwood_simple_transaction(rig, cmd, 10); return kenwood_simple_transaction(rig, cmd, 8);
} }
static int thd74_get_mem(RIG *rig, vfo_t vfo, int *ch) static int thd74_get_mem(RIG *rig, vfo_t vfo, int *ch)