kopia lustrzana https://github.com/Hamlib/Hamlib
tab reformat
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2030 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.5
rodzic
62fdd61787
commit
c5e0b9092c
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - low level communication routines
|
||||
* Copyright (c) 2000-2005 by Stephane Fillod
|
||||
*
|
||||
* $Id: frame.c,v 1.26 2005-04-03 12:27:15 fillods Exp $
|
||||
* $Id: frame.c,v 1.27 2005-04-20 15:31:26 fillods 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
|
||||
|
@ -363,7 +363,8 @@ void icom2rig_mode(RIG *rig, unsigned char md, int pd, rmode_t *mode, pbwidth_t
|
|||
}
|
||||
|
||||
/* IC-R75 returns passband indexes 1-wide, 2-normal,3-narrow */
|
||||
if ((rig->caps->rig_model == RIG_MODEL_ICR75) || (rig->caps->rig_model == RIG_MODEL_IC756PROII))
|
||||
if ((rig->caps->rig_model == RIG_MODEL_ICR75) ||
|
||||
(rig->caps->rig_model == RIG_MODEL_IC756PROII))
|
||||
pd = 3-pd;
|
||||
|
||||
switch (pd) {
|
||||
|
|
Ładowanie…
Reference in New Issue