kopia lustrzana https://github.com/Hamlib/Hamlib
added basic mem_cap definition
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1336 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
77b7f46fad
commit
a24201912f
13
icom/icom.h
13
icom/icom.h
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - main header
|
||||
* Copyright (c) 2000-2002 by Stephane Fillod
|
||||
*
|
||||
* $Id: icom.h,v 1.50 2002-12-23 14:20:42 fillods Exp $
|
||||
* $Id: icom.h,v 1.51 2002-12-26 14:32:03 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
|
||||
|
@ -36,6 +36,17 @@
|
|||
#define STR_CAL_S0 -54
|
||||
|
||||
|
||||
/*
|
||||
* minimal channel caps.
|
||||
* If your rig has better/lesser, don't modify this define but clone it,
|
||||
* so you don't change other rigs.
|
||||
*/
|
||||
#define IC_MIN_MEM_CAP { \
|
||||
.freq = 1, \
|
||||
.mode = 1, \
|
||||
.width = 1, \
|
||||
}
|
||||
|
||||
/*
|
||||
* common channel caps.
|
||||
* If your rig has better/lesser, don't modify this define but clone it,
|
||||
|
|
Ładowanie…
Reference in New Issue