Browse Source

api.c missing Klondike from ASIC list

nfactor-troky
Kano 11 years ago committed by Con Kolivas
parent
commit
e11b6d7d55
  1. 2
      api.c

2
api.c

@ -29,7 +29,7 @@ @@ -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

Loading…
Cancel
Save