1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

api.c missing Klondike from ASIC list

This commit is contained in:
Kano 2013-10-03 23:21:03 +10:00
parent dc85abd9cd
commit 521ee0a97f

2
api.c
View File

@ -29,7 +29,7 @@
#include "miner.h"
#include "util.h"
#if defined(USE_BFLSC) || defined(USE_AVALON) || defined(USE_BITFURY)
#if defined(USE_BFLSC) || defined(USE_AVALON) || defined(USE_BITFURY) || defined(USE_KLONDIKE)
#define HAVE_AN_ASIC 1
#endif