Mike Black W9MDB 2023-08-02 12:41:25 -05:00
rodzic 428500bb1c
commit 6c794a17bd
4 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -738,7 +738,7 @@ static int aclog_set_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width)
char cmd[MAXCMDLEN];
char *p;
char *pttmode;
char *ttmode;
char *ttmode = NULL;
struct aclog_priv_data *priv = (struct aclog_priv_data *) rig->state.priv;
ENTERFUNC;

Wyświetl plik

@ -1374,7 +1374,7 @@ static int flrig_set_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width)
char cmd_arg[MAXCMDLEN];
char *p;
char *pttmode;
char *ttmode;
char *ttmode = NULL;
struct flrig_priv_data *priv = (struct flrig_priv_data *) rig->state.priv;
ENTERFUNC;

Wyświetl plik

@ -387,6 +387,8 @@ static int sdrsharp_open(RIG *rig)
char value[MAXARGLEN];
ENTERFUNC;
value[0] = '?';
value[1] = 0;
freq_t freq;
retval = sdrsharp_get_freq(rig, RIG_VFO_CURR, &freq);

Wyświetl plik

@ -596,6 +596,8 @@ static int tci1x_open(RIG *rig)
char *p;
char *pr;
//struct tci1x_priv_data *priv = (struct tci1x_priv_data *) rig->state.priv;
arg[0] = '?';
arg[1] = 0;
rig_debug(RIG_DEBUG_VERBOSE, "%s: version %s\n", __func__, rig->caps->version);
char *websocket =
@ -1097,7 +1099,7 @@ static int tci1x_set_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width)
char cmd_arg[MAXCMDLEN];
char *p;
char *pttmode;
char *ttmode;
char *ttmode = NULL;
struct tci1x_priv_data *priv = (struct tci1x_priv_data *) rig->state.priv;
ENTERFUNC;