From f9bf5121c94f5c84d1aa4f11add62bda533b1fa1 Mon Sep 17 00:00:00 2001 From: "Thierry Leconte, F4DWV" Date: Tue, 2 Dec 2003 22:45:43 +0000 Subject: [PATCH] use RAWSTR level insteed of STRENGTH git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1615 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- kenwood/th.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kenwood/th.c b/kenwood/th.c index 1075b24a8..567decbaa 100644 --- a/kenwood/th.c +++ b/kenwood/th.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - TH handheld primitives * Copyright (c) 2001-2003 by Stephane Fillod * - * $Id: th.c,v 1.15 2003-11-30 20:23:51 f4dwv Exp $ + * $Id: th.c,v 1.16 2003-12-02 22:45:43 f4dwv 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 @@ -581,7 +581,7 @@ th_get_level (RIG *rig, vfo_t vfo, setting_t level, value_t *val) } switch (level) { - case RIG_LEVEL_STRENGTH: + case RIG_LEVEL_RAWSTR: sprintf(lvlbuf, "SM %c" EOM, vch); retval = kenwood_transaction (rig, lvlbuf, strlen(lvlbuf), ackbuf, &ack_len); if (retval != RIG_OK)