Update hamlib_check_rig_caps

This commit is contained in:
Mike Black W9MDB 2022-02-11 14:59:35 -06:00
parent 24660644e9
commit fa167379e5
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ const struct rig_caps ra3702_caps =
.scan = ra37xx_scan,
.vfo_op = ra37xx_vfo_op,
.get_info = ra37xx_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

View File

@ -132,7 +132,7 @@ const struct rig_caps ra6790_caps =
.reset = racal_reset,
.get_info = racal_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*