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

miner.h icarus no long uses fd

This commit is contained in:
Kano 2013-05-20 02:46:58 +10:00
parent 56a96b4138
commit 8fe40e98ba

View File

@ -430,7 +430,7 @@ struct cgpu_info {
#ifdef USE_USBUTILS #ifdef USE_USBUTILS
struct cg_usb_device *usbdev; struct cg_usb_device *usbdev;
#endif #endif
#if defined(USE_ICARUS) || defined(USE_AVALON) #ifdef USE_AVALON
int device_fd; int device_fd;
#endif #endif
}; };