[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. e3255e7a8da34fefbc0bd
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-04-29 22:28:13
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via e3255e7a8da34fefbc0bdc5fe463cdf006af5267 (commit) from 81e3e2e5d284bc1b74a4389a5bf309685b866a74 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e3255e7a8da34fefbc0bdc5fe463cdf006af5267 Author: Mike Black W9MDB <mdb...@ya...> Date: Thu Apr 29 17:25:54 2021 -0500 Comment out work in progress in rigctl_parse.c diff --git a/tests/rigctl_parse.c b/tests/rigctl_parse.c index 63ca1793..aee4a766 100644 --- a/tests/rigctl_parse.c +++ b/tests/rigctl_parse.c @@ -4346,9 +4346,11 @@ declare_proto_rig(dump_state) fprintf(fout, "has_get_freq=%d\n", rig->caps->get_freq != NULL); fprintf(fout, "has_set_conf=%d\n", rig->caps->set_conf != NULL); fprintf(fout, "has_get_conf=%d\n", rig->caps->get_conf != NULL); +#if 0 fprintf(fout, "has_set_parm=%d\n", rig->caps->set_parm != NULL); fprintf(fout, "has_get_parm=%d\n", rig->caps->get_parm != NULL); fprintf(fout, "parm_gran=0x%x\n", rig->caps->parm_gran); +#endif // for the future // fprintf(fout, "has_set_trn=%d\n", rig->caps->set_trn != NULL); // fprintf(fout, "has_get_trn=%d\n", rig->caps->get_trn != NULL); ----------------------------------------------------------------------- Summary of changes: tests/rigctl_parse.c | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- Hamlib -- Ham radio control libraries |