Update hamlib_check_rig_caps

This commit is contained in:
Mike Black W9MDB 2022-02-11 15:00:43 -06:00
parent fe9760a625
commit 56dc4471d9
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ const struct rig_caps trp8000_caps =
.vfo_op = skanti_vfo_op,
.set_level = skanti_set_level,
.reset = skanti_reset,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

View File

@ -167,7 +167,7 @@ const struct rig_caps trp8255_caps =
.set_func = cu_set_func,
.set_parm = cu_set_parm,
.set_ts = cu_set_ts,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*