kopia lustrzana https://github.com/Hamlib/Hamlib
Commented out RIG_MODE_PKTFM overlooked at the submission of previous code
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1635 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.0
rodzic
2a1cf6a1c3
commit
99a524472c
|
@ -7,7 +7,7 @@
|
|||
* via serial interface to an FT-990 using the "CAT" interface
|
||||
*
|
||||
*
|
||||
* $Id: ft990.c,v 1.5 2003-12-23 13:32:11 bwulf Exp $
|
||||
* $Id: ft990.c,v 1.6 2003-12-23 13:46:20 bwulf Exp $
|
||||
*
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
@ -1788,7 +1788,7 @@ switch(vfo) {
|
|||
// AM bandwidth for 2400Hz and 6000Hz are interchanged.
|
||||
switch(*fl & 0x7f) {
|
||||
case FT990_BW_F2400:
|
||||
if (*mode == RIG_MODE_FM || *mode == RIG_MODE_PKTFM)
|
||||
if (*mode == RIG_MODE_FM /*|| *mode == RIG_MODE_PKTFM*/)
|
||||
*width = 8000;
|
||||
else if (*mode == RIG_MODE_AM) // <- FT990 firmware bug?
|
||||
*width = 6000;
|
||||
|
|
Ładowanie…
Reference in New Issue