Browse Source

Merge pull request #495 from nwoolls/feature/zeusminer-256chip-support

zeusminer: Support devices with more than 255 physical processors
Luke-Jr 11 years ago
parent
commit
68457761b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-icarus.h

+ 1 - 1
driver-icarus.h

@@ -136,7 +136,7 @@ struct ICARUS_INFO {
 #ifdef USE_ZEUSMINER
 #ifdef USE_ZEUSMINER
 	// Hardware information, doesn't affect anything directly
 	// Hardware information, doesn't affect anything directly
 	uint16_t freq;
 	uint16_t freq;
-	uint8_t chips;
+	uint16_t chips;
 #endif
 #endif
 };
 };