kopia lustrzana https://github.com/Hamlib/Hamlib
Update hamlib_check_rig_caps
rodzic
9a0ca5bf83
commit
498e09e22c
|
@ -124,7 +124,7 @@ const struct rig_caps bc245_caps =
|
|||
.set_level = uniden_set_level,
|
||||
.get_channel = uniden_get_channel,
|
||||
.set_channel = uniden_set_channel,
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -138,7 +138,7 @@ const struct rig_caps bc250_caps =
|
|||
.set_level = uniden_set_level,
|
||||
.get_channel = uniden_get_channel,
|
||||
.set_channel = uniden_set_channel,
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -138,7 +138,7 @@ const struct rig_caps bc780_caps =
|
|||
.set_level = uniden_set_level,
|
||||
.get_channel = uniden_get_channel,
|
||||
.set_channel = uniden_set_channel,
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -144,7 +144,7 @@ const struct rig_caps bc895_caps =
|
|||
.get_channel = uniden_get_channel,
|
||||
.set_channel = uniden_set_channel,
|
||||
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -155,8 +155,7 @@ const struct rig_caps bc898_caps =
|
|||
.set_level = uniden_set_level,
|
||||
.get_channel = uniden_get_channel,
|
||||
.set_channel = uniden_set_channel,
|
||||
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -123,7 +123,7 @@ const struct rig_caps bcd396t_caps =
|
|||
.get_info = uniden_digital_get_info,
|
||||
.set_freq = uniden_digital_set_freq,
|
||||
.get_freq = uniden_digital_get_freq,
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -121,7 +121,7 @@ const struct rig_caps bcd996t_caps =
|
|||
.get_info = uniden_digital_get_info,
|
||||
.set_freq = uniden_digital_set_freq,
|
||||
.get_freq = uniden_digital_get_freq,
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -146,7 +146,7 @@ const struct rig_caps pro2052_caps =
|
|||
.set_level = uniden_set_level,
|
||||
.get_channel = uniden_get_channel,
|
||||
.set_channel = uniden_set_channel,
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Ładowanie…
Reference in New Issue