define RIG_ANT_4

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1849 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.3
Stéphane Fillod, F8CFE 2004-09-25 14:31:38 +00:00
rodzic 92b8283754
commit 15a314a47f
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Interface - API header * Hamlib Interface - API header
* Copyright (c) 2000-2004 by Stephane Fillod and Frank Singleton * Copyright (c) 2000-2004 by Stephane Fillod and Frank Singleton
* *
* $Id: rig.h,v 1.99 2004-09-14 22:15:42 fineware Exp $ * $Id: rig.h,v 1.100 2004-09-25 14:31:38 fillods Exp $
* *
* This library is free software; you can redistribute it and/or modify * This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as * it under the terms of the GNU Library General Public License as
@ -510,6 +510,7 @@ typedef int ant_t;
#define RIG_ANT_1 RIG_ANT_N(0) #define RIG_ANT_1 RIG_ANT_N(0)
#define RIG_ANT_2 RIG_ANT_N(1) #define RIG_ANT_2 RIG_ANT_N(1)
#define RIG_ANT_3 RIG_ANT_N(2) #define RIG_ANT_3 RIG_ANT_N(2)
#define RIG_ANT_4 RIG_ANT_N(3)
/* TODO: kill me, and replace by real AGC delay */ /* TODO: kill me, and replace by real AGC delay */