async_data_enabled = 0

Until we get Windows serial I/O fixed
pull/1347/head
Mike Black W9MDB 2023-07-13 12:09:11 -05:00
rodzic 5a8bd96427
commit c4aa3c51f9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -580,7 +580,7 @@ RIG *HAMLIB_API rig_init(rig_model_t rig_model)
rs->rig_model = caps->rig_model;
rs->priv = NULL;
rs->async_data_enabled = 1;
rs->async_data_enabled = 0;
rs->rigport.fd = -1;
rs->pttport.fd = -1;
rs->comm_state = 0;