Skip to content

Commit

Permalink
Merge branch 'bm1382clock' into bfgminer
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Nov 17, 2015
2 parents af7e294 + 2e4e61e commit 7a98c91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions driver-antminer.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ static const char *bm1382_chips[] = {

static bool antminer_chip_has_bm1382_freq_register(const char * const prodstr)
{
if (!prodstr)
return false;
for (const char **chipname = bm1382_chips; *chipname; ++chipname) {
if (strstr(prodstr, *chipname)) {
return true;
Expand Down

0 comments on commit 7a98c91

Please sign in to comment.