From f94baa56300180b8518c76bfb46ad3d44f010633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 16 Oct 2000 21:48:48 +0000 Subject: [PATCH] * Added RIG_MODEL_MINISCOUT git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@215 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- include/hamlib/riglist.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/hamlib/riglist.h b/include/hamlib/riglist.h index 0e0ea49dc..f9624e253 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.2 2000-10-10 22:05:23 f4cfe Exp $ * + * $Id: riglist.h,v 1.3 2000-10-16 21:48:48 f4cfe Exp $ * * * * This program is free software; you can redistribute it and/or @@ -82,7 +82,8 @@ enum rig_model_e { RIG_MODEL_ICR7100, RIG_MODEL_ICR8500, RIG_MODEL_ICR9000, - RIG_MODEL_PCR1000 + RIG_MODEL_PCR1000, + RIG_MODEL_MINISCOUT /* etc. */ };