Browse Source

Merge branch 'bugfix_icaonly_flashled' into bfgminer

Luke Dashjr 13 years ago
parent
commit
f2c79e163c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      miner.h

+ 2 - 0
miner.h

@@ -387,6 +387,8 @@ struct cgpu_info {
 	uint32_t nonces;
 	uint32_t nonces;
 	bool nonce_range;
 	bool nonce_range;
 	bool polling;
 	bool polling;
+#endif
+#if defined(USE_BITFORCE) || defined(USE_ICARUS)
 	bool flash_led;
 	bool flash_led;
 #endif
 #endif
 	void *cgpu_data;
 	void *cgpu_data;