kopia lustrzana https://github.com/Hamlib/Hamlib
use rig_passband_normal here
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1318 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
75d4dfc586
commit
b9dc25de4f
|
@ -2,7 +2,7 @@
|
||||||
* Hamlib Kenwood backend - main file
|
* Hamlib Kenwood backend - main file
|
||||||
* Copyright (c) 2000-2002 by Stephane Fillod
|
* Copyright (c) 2000-2002 by Stephane Fillod
|
||||||
*
|
*
|
||||||
* $Id: kenwood.c,v 1.52 2002-12-19 11:00:54 pa4tu Exp $
|
* $Id: kenwood.c,v 1.53 2002-12-20 10:39:41 pa4tu Exp $
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or modify
|
* This library is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Library General Public License as
|
* it under the terms of the GNU Library General Public License as
|
||||||
|
@ -573,7 +573,6 @@ int kenwood_get_mode(RIG *rig, vfo_t vfo, rmode_t *mode, pbwidth_t *width)
|
||||||
return -RIG_ERJCTED;
|
return -RIG_ERJCTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
*width = RIG_PASSBAND_NORMAL; /* FIXME */
|
|
||||||
switch (modebuf[2]) {
|
switch (modebuf[2]) {
|
||||||
case MD_CW: *mode = RIG_MODE_CW; break;
|
case MD_CW: *mode = RIG_MODE_CW; break;
|
||||||
case MD_CWR: *mode = RIG_MODE_CWR; break;
|
case MD_CWR: *mode = RIG_MODE_CWR; break;
|
||||||
|
@ -590,6 +589,8 @@ int kenwood_get_mode(RIG *rig, vfo_t vfo, rmode_t *mode, pbwidth_t *width)
|
||||||
return -RIG_EINVAL;
|
return -RIG_EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*width = rig_passband_normal(rig, *mode);
|
||||||
|
|
||||||
return RIG_OK;
|
return RIG_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue