accounted for dual preamp (10 & 20db)

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1835 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.3
Mark J. Fine 2004-09-06 17:43:24 +00:00
rodzic 9305ed2751
commit 35c7a95f32
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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),