kopia lustrzana https://github.com/Hamlib/Hamlib
Finish IC-729 addition
https://github.com/Hamlib/Hamlib/issues/429
(cherry picked from commit f55d50c7bc
)
Hamlib-4.0
rodzic
acfb0d4c9e
commit
459a0303c3
|
@ -7570,6 +7570,7 @@ DECLARE_INITRIG_BACKEND(icom)
|
|||
rig_register(&ic781_caps);
|
||||
rig_register(&ic707_caps);
|
||||
rig_register(&ic728_caps);
|
||||
rig_register(&ic729_caps);
|
||||
|
||||
rig_register(&ic820h_caps);
|
||||
rig_register(&ic821h_caps);
|
||||
|
|
|
@ -347,6 +347,7 @@ extern const struct rig_caps ic718_caps;
|
|||
extern const struct rig_caps ic725_caps;
|
||||
extern const struct rig_caps ic726_caps;
|
||||
extern const struct rig_caps ic728_caps;
|
||||
extern const struct rig_caps ic729_caps;
|
||||
extern const struct rig_caps ic735_caps;
|
||||
extern const struct rig_caps ic736_caps;
|
||||
extern const struct rig_caps ic737_caps;
|
||||
|
|
Ładowanie…
Reference in New Issue