[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. dd117fed26c73740988a8
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-03-09 16:24:55
|
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 dd117fed26c73740988a89fa2c4d4160dce503ec (commit) via 9cd7e533f63c02d8f32f9a821722b8a731c00ac0 (commit) from c2cab5465071ccecd6ac568fbb472eade9fa721a (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 dd117fed26c73740988a89fa2c4d4160dce503ec Author: Michael Black W9MDB <mdb...@ya...> Date: Tue Mar 9 10:24:37 2021 -0600 Fix ftdx101.c double init of str_cal diff --git a/rigs/yaesu/ftdx101.c b/rigs/yaesu/ftdx101.c index 3587f5d1..b7220ce0 100644 --- a/rigs/yaesu/ftdx101.c +++ b/rigs/yaesu/ftdx101.c @@ -120,7 +120,6 @@ const struct rig_caps ftdx101d_caps = .rfpower_meter_cal = FTDX101D_RFPOWER_METER_WATTS_CAL, .str_cal = FTDX101D_STR_CAL, .swr_cal = FTDX101D_SWR_CAL, - .str_cal = FTDX101D_STR_CAL, .chan_list = { { 1, 99, RIG_MTYPE_MEM, NEWCAT_MEM_CAP }, RIG_CHAN_END, commit 9cd7e533f63c02d8f32f9a821722b8a731c00ac0 Author: Michael Black W9MDB <mdb...@ya...> Date: Tue Mar 9 10:22:59 2021 -0600 Fix clang warnings in ts990s.c diff --git a/rigs/kenwood/ts990s.c b/rigs/kenwood/ts990s.c index 8fe2c98b..9acc8a96 100644 --- a/rigs/kenwood/ts990s.c +++ b/rigs/kenwood/ts990s.c @@ -52,8 +52,8 @@ {0x00, -54},\ {0x04, -48},\ {0x0B, -36},\ - {0x13, -23.9},\ - {0x1B, -11.7},\ + {0x13, -24},\ + {0x1B, -12},\ {0x23, 0},\ {0x46, 60}}\ } ----------------------------------------------------------------------- Summary of changes: rigs/kenwood/ts990s.c | 4 ++-- rigs/yaesu/ftdx101.c | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |