[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 599974bceaea829ce07cf
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-01-21 04:55:09
|
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 599974bceaea829ce07cfab6f6a8d29f5494d5c4 (commit) from 140ccbefd4e62a1dcdf8f6eaaa593d7ef99b7262 (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 599974bceaea829ce07cfab6f6a8d29f5494d5c4 Author: Michael Black W9MDB <mdb...@ya...> Date: Wed Jan 20 22:54:37 2021 -0600 Fix compilation error in icom.c diff --git a/rigs/icom/icom.c b/rigs/icom/icom.c index 014169bc..ffa35a01 100644 --- a/rigs/icom/icom.c +++ b/rigs/icom/icom.c @@ -3119,7 +3119,6 @@ int icom_get_level(RIG *rig, vfo_t vfo, setting_t level, value_t *val) } val->f = rig_raw2val_float(icom_val, &rig->caps->rfpower_meter_cal) * scale; - } } break; ----------------------------------------------------------------------- Summary of changes: rigs/icom/icom.c | 1 - 1 file changed, 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |