1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 23:08:07 +00:00

Add KNC to api

This commit is contained in:
Con Kolivas 2013-10-28 11:50:42 +11:00
parent 3b04a306b7
commit 6bcd60a931

5
api.c
View File

@ -29,7 +29,7 @@
#include "miner.h"
#include "util.h"
#if defined(USE_BFLSC) || defined(USE_AVALON) || defined(USE_BITFURY) || defined(USE_KLONDIKE)
#if defined(USE_BFLSC) || defined(USE_AVALON) || defined(USE_BITFURY) || defined(USE_KLONDIKE) || defined(USE_KNC)
#define HAVE_AN_ASIC 1
#endif
@ -185,6 +185,9 @@ static const char *DEVICECODE = ""
#ifdef USE_AVALON
"AVA "
#endif
#ifdef USE_KNC
"KnC "
#endif
#ifdef USE_MODMINER
"MMQ "
#endif