From fe642976e8e2d11f11a8c48553cb304e39369f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 11 Aug 2003 21:21:40 +0000 Subject: [PATCH] optional filter? git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1501 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- yaesu/ft847.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yaesu/ft847.c b/yaesu/ft847.c index 29dc930fc..5a33c9034 100644 --- a/yaesu/ft847.c +++ b/yaesu/ft847.c @@ -6,7 +6,7 @@ * via serial interface to an FT-847 using the "CAT" interface. * * - * $Id: ft847.c,v 1.23 2003-05-03 11:24:44 fillods Exp $ + * $Id: ft847.c,v 1.24 2003-08-11 21:21:40 fillods Exp $ * * * @@ -286,6 +286,7 @@ const struct rig_caps ft847_caps = { /* mode/filter list, .remember = order matters! */ .filters = { {RIG_MODE_SSB|RIG_MODE_CW, kHz(2.2)}, + {RIG_MODE_CW, Hz(500)}, {RIG_MODE_AM, kHz(9)}, {RIG_MODE_AM, kHz(2.2)}, {RIG_MODE_FM, kHz(15)},