Browse Source

gridseed: Support devices with more than 255 physical processors

Nate Woolls 11 years ago
parent
commit
b1b051cc7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gc3355.h

+ 1 - 1
gc3355.h

@@ -34,7 +34,7 @@ int opt_pll_freq;
 struct gc3355_orb_info
 struct gc3355_orb_info
 {
 {
 	uint16_t freq;
 	uint16_t freq;
-	uint8_t chips;
+	unsigned chips;
 	struct timeval scanhash_time;
 	struct timeval scanhash_time;
 };
 };