added kachina in overall list

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@630 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.2
Stéphane Fillod, F8CFE 2001-08-12 22:59:59 +00:00
rodzic a25de908a9
commit 7baa35fc8b
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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.17 2001-08-08 06:06:35 f4cfe Exp $
* $Id: riglist.h,v 1.18 2001-08-12 22:59:59 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
@ -323,6 +323,7 @@ typedef int rig_model_t;
{ RIG_WINRADIO, RIG_BACKEND_WINRADIO }, \
{ RIG_TENTEC, RIG_BACKEND_TENTEC }, \
{ RIG_ALINCO, RIG_BACKEND_ALINCO }, \
{ RIG_KACHINA, RIG_BACKEND_KACHINA }, \
{ 0, NULL }, /* end */ \
}