Fix compile warning with kenwood.c

pull/1410/head
Mike Black W9MDB 2023-10-25 11:15:49 -05:00
rodzic 325277f269
commit d396623486
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2861,7 +2861,7 @@ static int kenwood_get_micgain_minmax(RIG *rig, int *micgain_now,
if (retval != RIG_OK) { RETURNFUNC(retval); }
retval = read_string(&rs->rigport, (unsigned char *) levelbuf, sizeof(levelbuf),
NULL, ";", 1, 1);
NULL, 0, 1, 1);
rig_debug(RIG_DEBUG_TRACE, "%s: retval=%d\n", __func__, retval);

Wyświetl plik

@ -28,7 +28,7 @@
#include "token.h"
#include "idx_builtin.h"
#define BACKEND_VER "20231023"
#define BACKEND_VER "20231025"
#define EOM_KEN ';'
#define EOM_TH '\r'