From 8aa412cefd19e47c8a51d3abb6aa792ade5a696f Mon Sep 17 00:00:00 2001 From: "Terry Embry, KJ4EED" Date: Sat, 3 Jan 2009 14:15:05 +0000 Subject: [PATCH] Added NAM, NFM to mode_str git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2548 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- src/misc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/misc.c b/src/misc.c index 870a54ee9..f66451750 100644 --- a/src/misc.c +++ b/src/misc.c @@ -2,7 +2,7 @@ * Hamlib Interface - toolbox * Copyright (c) 2000-2005 by Stephane Fillod * - * $Id: misc.c,v 1.48 2008-10-25 11:36:02 y32kn Exp $ + * $Id: misc.c,v 1.49 2009-01-03 14:15:05 mrtembry 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 @@ -277,6 +277,8 @@ static struct { { RIG_MODE_SAL, "SAL" }, { RIG_MODE_SAH, "SAH" }, { RIG_MODE_DSB, "DSB"}, + { RIG_MODE_NAM, "NAM"}, + { RIG_MODE_NFM, "NFM"}, { RIG_MODE_NONE, "" }, };