mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-23 04:54:26 +00:00
Make the cmd stored in hfa_cmd structure a uint8_t to match opcodes.
This commit is contained in:
parent
a999611505
commit
2a92d2ada0
@ -51,7 +51,7 @@ static unsigned char hfa_crc8(unsigned char *h)
|
|||||||
}
|
}
|
||||||
|
|
||||||
struct hfa_cmd {
|
struct hfa_cmd {
|
||||||
int cmd;
|
uint8_t cmd;
|
||||||
char *cmd_name;
|
char *cmd_name;
|
||||||
enum usb_cmds usb_cmd;
|
enum usb_cmds usb_cmd;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user