From b901a320c868eb90d4ef61158607ccc80feb1f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Wed, 14 Feb 2001 01:05:41 +0000 Subject: [PATCH] * added new RIG_MODEL_DUMMY; NB RIG_MODEL_FT847 constant is no more equal to 0 git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@382 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- include/hamlib/riglist.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/hamlib/riglist.h b/include/hamlib/riglist.h index 398c61130..4d0a85429 100644 --- a/include/hamlib/riglist.h +++ b/include/hamlib/riglist.h @@ -4,7 +4,7 @@ * This program defines the list of supported rigs. * * - * $Id: riglist.h,v 1.7 2001-02-07 23:39:37 f4cfe Exp $ * + * $Id: riglist.h,v 1.8 2001-02-14 01:05:41 f4cfe Exp $ * * * * This program is free software; you can redistribute it and/or @@ -28,10 +28,12 @@ enum rig_model_e { + RIG_MODEL_DUMMY = 0, + /* * Yaesu */ - RIG_MODEL_FT847 = 0, + RIG_MODEL_FT847, RIG_MODEL_FT1000, RIG_MODEL_FT1000D, RIG_MODEL_FT1000MP,