From 4285d4a992e855e11156a72b4a13fbb867d9f3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sun, 28 Jan 2001 22:14:21 +0000 Subject: [PATCH] * modified freq range, still uncomplete though git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@330 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- kenwood/ts870s.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kenwood/ts870s.c b/kenwood/ts870s.c index b7dce20c1..e9d4b7eba 100644 --- a/kenwood/ts870s.c +++ b/kenwood/ts870s.c @@ -7,7 +7,7 @@ * using the serial interface. * * - * $Id: ts870s.c,v 1.2 2001-01-05 18:20:50 f4cfe Exp $ + * $Id: ts870s.c,v 1.3 2001-01-28 22:14:21 f4cfe Exp $ * * * @@ -58,7 +58,7 @@ const struct rig_caps ts870s_caps = { RIG_HANDSHAKE_NONE, 0, 0, 2000, 3, TS870S_FUNC_ALL, TS870S_LEVEL_ALL, TS870S_LEVEL_ALL, 0, 1000, RIG_TRN_ON, { - {KHz(100),MHz(2040),TS870S_ALL_MODES,-1,-1}, + {KHz(100),MHz(30),TS870S_ALL_MODES,-1,-1}, {0,0,0,0,0}, }, /* rx range */ { {0,0,0,0,0} }, /* FIXME: no tx range yet! */