From 35c7a95f3258e763860373298b1494767d4605da Mon Sep 17 00:00:00 2001 From: "Mark J. Fine" Date: Mon, 6 Sep 2004 17:43:24 +0000 Subject: [PATCH] accounted for dual preamp (10 & 20db) git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1835 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- icom/icr75.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icom/icr75.c b/icom/icr75.c index 7d2559d00..b89124b63 100644 --- a/icom/icr75.c +++ b/icom/icr75.c @@ -2,7 +2,7 @@ * Hamlib CI-V backend - description of IC-R75 * Copyright (c) 2000-2004 by Stephane Fillod * - * $Id: icr75.c,v 1.5 2004-09-05 00:38:06 fineware Exp $ + * $Id: icr75.c,v 1.6 2004-09-06 17:43:24 fineware Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -141,7 +141,7 @@ const struct rig_caps icr75_caps = { }, .ctcss_list = NULL, .dcs_list = NULL, -.preamp = { 20, RIG_DBLST_END, }, /* TBC */ +.preamp = { 10, 20, RIG_DBLST_END, }, /* TBC */ .attenuator = { 20, RIG_DBLST_END, }, /* TBC */ .max_rit = Hz(0), .max_xit = Hz(0),