kopia lustrzana https://github.com/Hamlib/Hamlib
Remove another temporary debug from iofunc.c
rodzic
84187e976d
commit
efc90d30de
|
@ -498,7 +498,6 @@ static int port_read_sync_data(hamlib_port_t *p, void *buf, size_t count)
|
||||||
|
|
||||||
case ERROR_IO_PENDING:
|
case ERROR_IO_PENDING:
|
||||||
HAMLIB_TRACE;
|
HAMLIB_TRACE;
|
||||||
rig_debug(RIG_DEBUG_ERR, "%s: ERROR_IO_PENDING: timeout=%d\n", __func__, p->timeout);
|
|
||||||
timeout.QuadPart = (p->timeout * -1000000LL);
|
timeout.QuadPart = (p->timeout * -1000000LL);
|
||||||
|
|
||||||
if ((result = SetWaitableTimer(hLocal, &timeout, 0, NULL, NULL, 0)) == 0)
|
if ((result = SetWaitableTimer(hLocal, &timeout, 0, NULL, NULL, 0)) == 0)
|
||||||
|
|
Ładowanie…
Reference in New Issue