kopia lustrzana https://github.com/Hamlib/Hamlib
Fix compile warning in tci1x.c
rodzic
6e6d192c91
commit
2a758b96ab
|
@ -41,6 +41,9 @@
|
||||||
#define DEFAULTPATH "127.0.0.1:50001"
|
#define DEFAULTPATH "127.0.0.1:50001"
|
||||||
|
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
|
#ifdef TRUE
|
||||||
|
#undef TRUE
|
||||||
|
#endif
|
||||||
#define TRUE (!FALSE)
|
#define TRUE (!FALSE)
|
||||||
|
|
||||||
#define TCI_VFOS (RIG_VFO_A|RIG_VFO_B)
|
#define TCI_VFOS (RIG_VFO_A|RIG_VFO_B)
|
||||||
|
|
Ładowanie…
Reference in New Issue