kopia lustrzana https://github.com/Hamlib/Hamlib
added Icom803 to icmarine
rodzic
91f985ddeb
commit
8d376121d6
|
@ -595,6 +595,7 @@
|
|||
#define RIG_MODEL_IC_M700PRO RIG_MAKE_MODEL(RIG_ICMARINE, 1)
|
||||
#define RIG_MODEL_IC_M802 RIG_MAKE_MODEL(RIG_ICMARINE, 2)
|
||||
#define RIG_MODEL_IC_M710 RIG_MAKE_MODEL(RIG_ICMARINE, 3)
|
||||
#define RIG_MODEL_IC_M803 RIG_MAKE_MODEL(RIG_ICMARINE, 4)
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#icm802.c
|
||||
ICMARINESRC = icm700pro.c icm710.c icm710.h icm802.c \
|
||||
ICMARINESRC = icm700pro.c icm710.c icm710.h icm802.c icm803.c \
|
||||
icmarine.c icmarine.h
|
||||
|
||||
noinst_LTLIBRARIES = libhamlib-icmarine.la
|
||||
|
|
|
@ -842,6 +842,7 @@ DECLARE_INITRIG_BACKEND(icmarine)
|
|||
rig_register(&icm700pro_caps);
|
||||
rig_register(&icm710_caps);
|
||||
rig_register(&icm802_caps);
|
||||
rig_register(&icm803_caps);
|
||||
|
||||
return RIG_OK;
|
||||
}
|
||||
|
|
|
@ -73,5 +73,6 @@ int icmarine_get_conf(RIG *rig, token_t token, char *val);
|
|||
extern const struct rig_caps icm700pro_caps;
|
||||
extern const struct rig_caps icm710_caps;
|
||||
extern const struct rig_caps icm802_caps;
|
||||
extern const struct rig_caps icm803_caps;
|
||||
|
||||
#endif /* _ICMARINE_H */
|
||||
|
|
Ładowanie…
Reference in New Issue