kopia lustrzana https://github.com/Hamlib/Hamlib
Balance RETURNFUNC
rodzic
453e831d63
commit
3752b7ef9f
|
@ -223,12 +223,12 @@ static int ts480_get_ex_menu(RIG *rig, int number, int value_len, int *value)
|
||||||
|
|
||||||
if (retval != RIG_OK)
|
if (retval != RIG_OK)
|
||||||
{
|
{
|
||||||
RETURNFUNC(retval);
|
RETURNFUNC2(retval);
|
||||||
}
|
}
|
||||||
|
|
||||||
sscanf(ackbuf + 9, "%d", value);
|
sscanf(ackbuf + 9, "%d", value);
|
||||||
|
|
||||||
RETURNFUNC(RIG_OK);
|
RETURNFUNC2(RIG_OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int ts480_set_func(RIG *rig, vfo_t vfo, setting_t func, int status)
|
static int ts480_set_func(RIG *rig, vfo_t vfo, setting_t func, int status)
|
||||||
|
|
Ładowanie…
Reference in New Issue