From fa72a301c36d1f97bcd775cf40769494e980174c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Fri, 20 Feb 2009 12:39:23 +0000 Subject: [PATCH] add RIG_LEVEL_NOTCHF git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2653 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- yaesu/ft2000.h | 4 ++-- yaesu/ft9000.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/yaesu/ft2000.h b/yaesu/ft2000.h index 52ab0b0f1..ba6cdc193 100644 --- a/yaesu/ft2000.h +++ b/yaesu/ft2000.h @@ -8,7 +8,7 @@ * via serial interface to an FT-2000 using the "CAT" interface * * - * $Id: ft2000.h,v 1.2 2009-01-04 16:03:34 mrtembry Exp $ + * $Id: ft2000.h,v 1.3 2009-02-20 12:39:23 fillods Exp $ * * * This library is free software; you can redistribute it and/or @@ -70,7 +70,7 @@ RIG_LEVEL_KEYSPD|RIG_LEVEL_AF|RIG_LEVEL_AGC|\ RIG_LEVEL_METER|RIG_LEVEL_BKINDL|RIG_LEVEL_SQL|\ RIG_LEVEL_VOXGAIN|RIG_LEVEL_VOXDELAY|RIG_LEVEL_COMP|\ - RIG_LEVEL_ANTIVOX|RIG_LEVEL_NR) + RIG_LEVEL_ANTIVOX|RIG_LEVEL_NR|RIG_LEVEL_NOTCHF) /* TBC */ #define FT2000_FUNCS (RIG_FUNC_TONE|RIG_FUNC_TSQL|RIG_FUNC_LOCK|\ diff --git a/yaesu/ft9000.h b/yaesu/ft9000.h index c1d6e962b..8aa29fb66 100644 --- a/yaesu/ft9000.h +++ b/yaesu/ft9000.h @@ -9,7 +9,7 @@ * via serial interface to an FT-9000 using the "CAT" interface * * - * $Id: ft9000.h,v 1.2 2009-01-04 16:03:34 mrtembry Exp $ + * $Id: ft9000.h,v 1.3 2009-02-20 12:39:23 fillods Exp $ * * * This library is free software; you can redistribute it and/or @@ -71,7 +71,7 @@ RIG_LEVEL_KEYSPD|RIG_LEVEL_AF|RIG_LEVEL_AGC|\ RIG_LEVEL_METER|RIG_LEVEL_BKINDL|RIG_LEVEL_SQL|\ RIG_LEVEL_VOXGAIN|RIG_LEVEL_VOXDELAY|RIG_LEVEL_COMP|\ - RIG_LEVEL_ANTIVOX|RIG_LEVEL_NR) + RIG_LEVEL_ANTIVOX|RIG_LEVEL_NR|RIG_LEVEL_NOTCHF) /* TBC */ #define FT9000_FUNCS (RIG_FUNC_TONE|RIG_FUNC_TSQL|RIG_FUNC_LOCK|\