From cc25d15ce092f3be31c16bdcb773c443d3f5fdc4 Mon Sep 17 00:00:00 2001 From: "Mark J. Fine" Date: Tue, 14 Sep 2004 22:14:23 +0000 Subject: [PATCH] Added a provisional define for a variable bandwidth control git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1844 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- src/idx_builtin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/idx_builtin.h b/src/idx_builtin.h index 4f301e3bc..e30bf3304 100644 --- a/src/idx_builtin.h +++ b/src/idx_builtin.h @@ -2,7 +2,7 @@ * Hamlib Interface - setting2idx for builtin constants * Copyright (c) 2002 by Stephane Fillod and Frank Singleton * - * $Id: idx_builtin.h,v 1.2 2003-11-16 17:14:44 fillods Exp $ + * $Id: idx_builtin.h,v 1.3 2004-09-14 22:14:23 fineware 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 @@ -135,6 +135,7 @@ #define LVL_SWR setting2idx_builtin(RIG_LEVEL_SWR) #define LVL_ALC setting2idx_builtin(RIG_LEVEL_ALC) #define LVL_STRENGTH setting2idx_builtin(RIG_LEVEL_STRENGTH) +/*#define LVL_BWC setting2idx_builtin(RIG_LEVEL_BWC)*/ #define PARM_ANN setting2idx_builtin(RIG_PARM_ANN) #define PARM_APO setting2idx_builtin(RIG_PARM_APO)