kopia lustrzana https://github.com/Hamlib/Hamlib
Update hamlib_check_rig_caps
rodzic
e645f34120
commit
fe9760a625
|
@ -170,6 +170,7 @@ const struct rig_caps eb200_caps =
|
|||
.set_channel = rs_set_channel,
|
||||
.get_channel = rs_get_channel,
|
||||
#endif
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -171,6 +171,7 @@ const struct rig_caps esmc_caps =
|
|||
.set_channel = rs_set_channel,
|
||||
.get_channel = rs_get_channel,
|
||||
#endif
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -183,6 +183,7 @@ const struct rig_caps xk2100_caps =
|
|||
.set_channel = gp2000_set_channel,
|
||||
.get_channel = gp2000_get_channel,
|
||||
#endif
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Ładowanie…
Reference in New Issue