From f2387baafc9435720c7df9ca45a1cad2960a0d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sat, 14 Jul 2001 16:46:43 +0000 Subject: [PATCH] tentec fix git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@588 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- include/hamlib/riglist.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/hamlib/riglist.h b/include/hamlib/riglist.h index 06da57237..0b115cf62 100644 --- a/include/hamlib/riglist.h +++ b/include/hamlib/riglist.h @@ -2,7 +2,7 @@ * Hamlib Interface - list of known rigs * Copyright (c) 2000,2001 by Stephane Fillod and Frank Singleton * - * $Id: riglist.h,v 1.15 2001-07-13 19:08:15 f4cfe Exp $ + * $Id: riglist.h,v 1.16 2001-07-14 16:46:43 f4cfe 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 @@ -273,10 +273,10 @@ */ #define RIG_TENTEC 16 #define RIG_BACKEND_TENTEC "tentec" -#define RIG_MODEL_TT550 RIG_MAKE_MODEL(RIG_MODEL_TENTEC, 1) /* Pegasus */ -#define RIG_MODEL_TT538 RIG_MAKE_MODEL(RIG_MODEL_TENTEC, 2) /* Jupiter */ -#define RIG_MODEL_RX320 RIG_MAKE_MODEL(RIG_MODEL_TENTEC, 3) -#define RIG_MODEL_RX340 RIG_MAKE_MODEL(RIG_MODEL_TENTEC, 4) +#define RIG_MODEL_TT550 RIG_MAKE_MODEL(RIG_TENTEC, 1) /* Pegasus */ +#define RIG_MODEL_TT538 RIG_MAKE_MODEL(RIG_TENTEC, 2) /* Jupiter */ +#define RIG_MODEL_RX320 RIG_MAKE_MODEL(RIG_TENTEC, 3) +#define RIG_MODEL_RX340 RIG_MAKE_MODEL(RIG_TENTEC, 4) #define RIG_ALINCO 17 #define RIG_BACKEND_ALINCO "alinco"