kopia lustrzana https://github.com/Hamlib/Hamlib
Fix codan link error
rodzic
16406bba09
commit
451aa7be0c
|
@ -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;
|
||||
|
|
|
@ -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 */
|
||||
|
|
Ładowanie…
Reference in New Issue