From 0ab09c0b0195a9550500ba980c91fcc6fb835e3c Mon Sep 17 00:00:00 2001 From: "Joop Stakenborg, PG4I" Date: Sat, 21 Dec 2002 12:08:06 +0000 Subject: [PATCH] some comments git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1326 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- kenwood/ts570.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kenwood/ts570.c b/kenwood/ts570.c index d03e639fb..a40c66264 100644 --- a/kenwood/ts570.c +++ b/kenwood/ts570.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - TS570 description * Copyright (c) 2001,2002 by Stephane Fillod * - * $Id: ts570.c,v 1.17 2002-12-21 00:30:25 pa4tu Exp $ + * $Id: ts570.c,v 1.18 2002-12-21 12:08:06 pa4tu Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -95,7 +95,9 @@ int ts570_get_mode(RIG *rig, vfo_t vfo, rmode_t *mode, pbwidth_t *width) /* * Use FW (Filter Width) for CW and RTTY, - * SL (dsp Slope Low cut-off) for all the other modes + * SL (dsp Slope Low cut-off) for all the other modes. + * This is how it works on the TS870S, which does not have SL/SH commands. + * TODO: combine SL and SH to set/read bandwidth.... */ switch (*mode) {