* 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
Hamlib-1.1.1
Stéphane Fillod, F8CFE 2001-02-14 01:05:41 +00:00
rodzic 3f7c07e6ce
commit b901a320c8
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -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,