|
|
|
@ -408,6 +408,7 @@ static const char *C_QUEFLUSH_S = "QueFlush";
@@ -408,6 +408,7 @@ static const char *C_QUEFLUSH_S = "QueFlush";
|
|
|
|
|
static const char *C_QUEFLUSHREPLY_S = "QueFlushReply"; |
|
|
|
|
static const char *C_REQUESTVOLTS_S = "RequestVolts"; |
|
|
|
|
static const char *C_SENDTESTWORK_S = "SendTestWork"; |
|
|
|
|
static const char *C_LATENCY_S = "SetLatency"; |
|
|
|
|
|
|
|
|
|
#ifdef EOL |
|
|
|
|
#undef EOL |
|
|
|
@ -877,6 +878,7 @@ static void cgusb_check_init()
@@ -877,6 +878,7 @@ static void cgusb_check_init()
|
|
|
|
|
usb_commands[C_QUEFLUSHREPLY] = C_QUEFLUSHREPLY_S; |
|
|
|
|
usb_commands[C_REQUESTVOLTS] = C_REQUESTVOLTS_S; |
|
|
|
|
usb_commands[C_SENDTESTWORK] = C_SENDTESTWORK_S; |
|
|
|
|
usb_commands[C_LATENCY] = C_LATENCY_S; |
|
|
|
|
|
|
|
|
|
stats_initialised = true; |
|
|
|
|
} |
|
|
|
|