Revert "Fix hamlib_port_t_deprecated"

Mistakenly committed
This reverts commit 469ab0f5a8.
pull/948/head
Mike Black W9MDB 2022-01-26 14:53:46 -06:00
rodzic 469ab0f5a8
commit b9d6ba4585
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 {
union {
rig_port_t_deprecated rig; /*!< Communication port type */
ptt_type_t_deprecated ptt; /*!< PTT port type */
dcd_type_t_deprecated dcd; /*!< DCD port type */
rig_port_t rig; /*!< Communication port type */
ptt_type_t ptt; /*!< PTT port type */
dcd_type_t dcd; /*!< DCD port type */
} type;
int fd; /*!< File descriptor */