mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Add a usb_read_nl_timeout macro.
This commit is contained in:
parent
e993cf3644
commit
9246bbc603
@ -315,6 +315,9 @@ void *usb_resource_thread(void *userdata);
|
||||
#define usb_read_nl(cgpu, buf, bufsiz, read, cmd) \
|
||||
_usb_read(cgpu, DEFAULT_EP_IN, buf, bufsiz, read, DEVTIMEOUT, "\n", cmd, false)
|
||||
|
||||
#define usb_read_nl_timeout(cgpu, buf, bufsiz, read, timeotu, cmd) \
|
||||
_usb_read(cgpu, DEFAULT_EP_IN, buf, bufsiz, read, timeout, "\n", cmd, false)
|
||||
|
||||
#define usb_read_ok(cgpu, buf, bufsiz, read, cmd) \
|
||||
_usb_read(cgpu, DEFAULT_EP_IN, buf, bufsiz, read, DEVTIMEOUT, "OK\n", cmd, false)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user