Update hamlib_check_rig_caps

This commit is contained in:
Mike Black W9MDB 2022-02-11 14:58:55 -06:00
parent 205b7c27b6
commit d813cae426
4 changed files with 4 additions and 0 deletions

View File

@ -190,4 +190,5 @@ const struct rig_caps pcr100_caps =
.set_powerstat = pcr_set_powerstat,
.get_powerstat = pcr_get_powerstat,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

View File

@ -165,4 +165,5 @@ const struct rig_caps pcr1000_caps =
.set_powerstat = pcr_set_powerstat,
.get_powerstat = pcr_get_powerstat,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

View File

@ -171,4 +171,5 @@ const struct rig_caps pcr1500_caps =
.set_powerstat = pcr_set_powerstat,
.get_powerstat = pcr_get_powerstat,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

View File

@ -193,5 +193,6 @@ const struct rig_caps pcr2500_caps =
.set_powerstat = pcr_set_powerstat,
.get_powerstat = pcr_get_powerstat,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};