From e11b6d7d55245e7f94fbbf623c21339469ac367d Mon Sep 17 00:00:00 2001 From: Kano Date: Thu, 3 Oct 2013 23:21:03 +1000 Subject: [PATCH] api.c missing Klondike from ASIC list --- api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.c b/api.c index 6c2a1b93..6a0d9605 100644 --- a/api.c +++ b/api.c @@ -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