kopia lustrzana https://github.com/Hamlib/Hamlib
Added FM narrow to passband spec
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1837 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.3
rodzic
8aa496e09b
commit
a33df35eed
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-R75
|
||||
* Copyright (c) 2000-2004 by Stephane Fillod
|
||||
*
|
||||
* $Id: icr75.c,v 1.6 2004-09-06 17:43:24 fineware Exp $
|
||||
* $Id: icr75.c,v 1.7 2004-09-06 19:16:28 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
|
||||
|
@ -193,6 +193,7 @@ const struct rig_caps icr75_caps = {
|
|||
{RIG_MODE_AM|RIG_MODE_AMS, kHz(2.4)},
|
||||
{RIG_MODE_AM|RIG_MODE_AMS, kHz(15)},
|
||||
{RIG_MODE_FM, kHz(15)},
|
||||
{RIG_MODE_FM, kHz(6)},
|
||||
RIG_FLT_END,
|
||||
},
|
||||
.str_cal = ICR75_STR_CAL,
|
||||
|
|
Ładowanie…
Reference in New Issue