Fix codan link error

pull/910/head
Mike Black W9MDB 2021-12-27 11:53:42 -06:00
rodzic 16406bba09
commit 451aa7be0c
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -503,7 +503,7 @@ DECLARE_INITRIG_BACKEND(codan)
rig_debug(RIG_DEBUG_VERBOSE, "%s: _init called\n", __func__);
rig_register(&envoy_caps);
rig_register(&ngt_caps);
rig_register(&ngs_caps);
rig_debug(RIG_DEBUG_VERBOSE, "%s: _init back from rig_register\n", __func__);
return RIG_OK;

Wyświetl plik

@ -39,7 +39,7 @@
#define CODAN_DATA_LEN 64
extern const struct rig_caps envoy_caps;
extern const struct rig_caps ngt_caps;
extern const struct rig_caps ngs_caps;
struct codan_priv_data {
char cmd_str[CODAN_DATA_LEN]; /* command string buffer */