[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. f9da2d0b82636049c4558
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-09-11 13:05:05
|
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 f9da2d0b82636049c455830fcddb30e5292f9852 (commit) from daa3d91cebae658198f1e818bd320f4204fb346f (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 f9da2d0b82636049c455830fcddb30e5292f9852 Author: Michael Black W9MDB <mdb...@ya...> Date: Fri Sep 11 08:04:43 2020 -0500 Remove RIG_LEVEL_BRIGHT from dumpmem.c diff --git a/tests/dumpmem.c b/tests/dumpmem.c index 97cf6edc..9f965b53 100644 --- a/tests/dumpmem.c +++ b/tests/dumpmem.c @@ -397,10 +397,5 @@ int dump_chan(RIG *rig, int chan_num) printf("BKINDL: %d\n", chan.levels[rig_setting2idx(RIG_LEVEL_BKINDL)].i); } - if (rig_has_set_level(rig, RIG_LEVEL_BRIGHT)) - { - printf("BRIGHT: %d\n", chan.levels[rig_setting2idx(RIG_LEVEL_BRIGHT)].i); - } - return 0; } ----------------------------------------------------------------------- Summary of changes: tests/dumpmem.c | 5 ----- 1 file changed, 5 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |