Fix hamlib_port_t_deprecated

https://github.com/Hamlib/Hamlib/issues/894
pull/948/head
Mike Black W9MDB 2022-01-26 14:52:29 -06:00
rodzic 6c344493ae
commit 469ab0f5a8
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -2240,9 +2240,9 @@ typedef struct hamlib_port {
typedef struct hamlib_port_deprecated { typedef struct hamlib_port_deprecated {
union { union {
rig_port_t rig; /*!< Communication port type */ rig_port_t_deprecated rig; /*!< Communication port type */
ptt_type_t ptt; /*!< PTT port type */ ptt_type_t_deprecated ptt; /*!< PTT port type */
dcd_type_t dcd; /*!< DCD port type */ dcd_type_t_deprecated dcd; /*!< DCD port type */
} type; } type;
int fd; /*!< File descriptor */ int fd; /*!< File descriptor */