From 9e8444edea3db23fa55edf47d6f6c7dd9dd5ce84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 7 Jan 2008 21:10:10 +0000 Subject: [PATCH] remove auto-load of gnuradio, added Omni-VII git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2281 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- include/hamlib/riglist.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/hamlib/riglist.h b/include/hamlib/riglist.h index 47b1ef485..b53a1907f 100644 --- a/include/hamlib/riglist.h +++ b/include/hamlib/riglist.h @@ -1,8 +1,8 @@ /* * Hamlib Interface - list of known rigs - * Copyright (c) 2000-2005 by Stephane Fillod and Frank Singleton + * Copyright (c) 2000-2008 by Stephane Fillod and Frank Singleton * - * $Id: riglist.h,v 1.63 2007-11-22 04:48:43 n0nb Exp $ + * $Id: riglist.h,v 1.64 2008-01-07 21:10:10 fillods 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 @@ -349,6 +349,7 @@ #define RIG_MODEL_TT565 RIG_MAKE_MODEL(RIG_TENTEC, 8) /* Orion */ #define RIG_MODEL_TT585 RIG_MAKE_MODEL(RIG_TENTEC, 9) /* Paragon */ #define RIG_MODEL_DELTAII RIG_MAKE_MODEL(RIG_TENTEC, 10) +#define RIG_MODEL_TT588 RIG_MAKE_MODEL(RIG_TENTEC, 11) /* Omni-VII */ /* * Alinco @@ -481,7 +482,6 @@ typedef int rig_model_t; { RIG_ALINCO, RIG_BACKEND_ALINCO }, \ { RIG_KACHINA, RIG_BACKEND_KACHINA }, \ { RIG_RPC, RIG_BACKEND_RPC }, \ - { RIG_GNURADIO, RIG_BACKEND_GNURADIO }, \ { RIG_MICROTUNE, RIG_BACKEND_MICROTUNE }, \ { RIG_TAPR, RIG_BACKEND_TAPR }, \ { RIG_FLEXRADIO, RIG_BACKEND_FLEXRADIO }, \