From 99a524472c652687f150dd80c99f7b595395289f Mon Sep 17 00:00:00 2001 From: "Berndt Josef Wulf, VK5ABN" Date: Tue, 23 Dec 2003 13:46:20 +0000 Subject: [PATCH] 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-79ac388436b8 --- yaesu/ft990.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaesu/ft990.c b/yaesu/ft990.c index 0893e10cf..ee4c0f7af 100644 --- a/yaesu/ft990.c +++ b/yaesu/ft990.c @@ -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;