kopia lustrzana https://github.com/Hamlib/Hamlib
icom2rig_mode: fix passband widths for the IC-706 familly
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2461 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.8
rodzic
c0a13ddcbc
commit
f0c53eacb0
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - low level communication routines
|
||||
* Copyright (c) 2000-2006 by Stephane Fillod
|
||||
*
|
||||
* $Id: frame.c,v 1.32 2007-01-27 23:50:12 n0nb Exp $
|
||||
* $Id: frame.c,v 1.33 2008-11-02 16:26:55 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
|
||||
|
@ -398,7 +398,7 @@ void icom2rig_mode(RIG *rig, unsigned char md, int pd, rmode_t *mode, pbwidth_t
|
|||
|
||||
if (rig->caps->rig_model == RIG_MODEL_IC706MKIIG ||
|
||||
rig->caps->rig_model == RIG_MODEL_IC706 ||
|
||||
rig->caps->rig_model == RIG_MODEL_IC706MKII) pd--;
|
||||
rig->caps->rig_model == RIG_MODEL_IC706MKII) pd++;
|
||||
|
||||
switch (pd) {
|
||||
case 0x01:
|
||||
|
|
Ładowanie…
Reference in New Issue