kopia lustrzana https://github.com/Hamlib/Hamlib
Revert "Fix hamlib_port_t_deprecated"
Mistakenly committed
This reverts commit 469ab0f5a8
.
pull/948/head
rodzic
469ab0f5a8
commit
b9d6ba4585
|
@ -2240,9 +2240,9 @@ typedef struct hamlib_port {
|
||||||
|
|
||||||
typedef struct hamlib_port_deprecated {
|
typedef struct hamlib_port_deprecated {
|
||||||
union {
|
union {
|
||||||
rig_port_t_deprecated rig; /*!< Communication port type */
|
rig_port_t rig; /*!< Communication port type */
|
||||||
ptt_type_t_deprecated ptt; /*!< PTT port type */
|
ptt_type_t ptt; /*!< PTT port type */
|
||||||
dcd_type_t_deprecated dcd; /*!< DCD port type */
|
dcd_type_t dcd; /*!< DCD port type */
|
||||||
} type;
|
} type;
|
||||||
|
|
||||||
int fd; /*!< File descriptor */
|
int fd; /*!< File descriptor */
|
||||||
|
|
Ładowanie…
Reference in New Issue