Commit bd6b114998dcbb8e32c753429b16e352c1229f72

Con Kolivas 2014-01-03T11:14:08

Include mcp header for bitfury and fix extra params in macro.

diff --git a/driver-bitfury.c b/driver-bitfury.c
index bb39973..8504f90 100644
--- a/driver-bitfury.c
+++ b/driver-bitfury.c
@@ -12,6 +12,7 @@
 #include "miner.h"
 #include "driver-bitfury.h"
 #include "sha2.h"
+#include "mcp2210.h"
 
 int opt_bxf_temp_target = BXF_TEMP_TARGET / 10;
 
diff --git a/mcp2210.h b/mcp2210.h
index d50a9c1..53d2a34 100644
--- a/mcp2210.h
+++ b/mcp2210.h
@@ -29,4 +29,4 @@
 #define MCP2210_SPI_TRANSFER_ERROR_NA	0xF7	// SPI not available due to external owner
 #define MCP2210_SPI_TRANSFER_ERROR_IP	0xF8	// SPI not available due to transfer in progress
 
-#endif MCP2210_H
+#endif /* MCP2210_H */