1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

usbutils stats_initialised not set

This commit is contained in:
Kano 2013-01-23 22:39:26 +11:00
parent 028da16bf8
commit 16fa090013

View File

@ -570,6 +570,8 @@ static void cgusb_check_init()
usb_commands[C_SETMODEM] = C_SETMODEM_S;
usb_commands[C_PURGERX] = C_PURGERX_S;
usb_commands[C_PURGETX] = C_PURGETX_S;
stats_initialised = true;
}
mutex_unlock(&cgusb_lock);