mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-09-20 14:10:39 +02:00
remove useless enum values
This commit is contained in:
@@ -17,15 +17,15 @@
|
|||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
DEVICE_MAX = 0,
|
DEVICE_MAX = 0,
|
||||||
DEVICE_ULTRA = 1,
|
DEVICE_ULTRA,
|
||||||
DEVICE_SUPRA = 2,
|
DEVICE_SUPRA,
|
||||||
} DeviceModel;
|
} DeviceModel;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
ASIC_BM1397 = 0,
|
ASIC_BM1397 = 0,
|
||||||
ASIC_BM1366 = 1,
|
ASIC_BM1366,
|
||||||
ASIC_BM1368 = 2,
|
ASIC_BM1368,
|
||||||
} AsicModel;
|
} AsicModel;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
Reference in New Issue
Block a user