Browse Source

Merge branch 'bugfix_bf_timeout' into bfgminer

Luke Dashjr 13 years ago
parent
commit
d7483a405b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-bitforce.c

+ 1 - 1
driver-bitforce.c

@@ -61,7 +61,7 @@ enum {
 struct device_api bitforce_api;
 struct device_api bitforce_api;
 
 
 // Code must deal with a timeout
 // Code must deal with a timeout
-#define BFopen(devpath)  serial_open(devpath, 0, 1, true)
+#define BFopen(devpath)  serial_open(devpath, 0, 10, true)
 
 
 static void BFgets(char *buf, size_t bufLen, int fd)
 static void BFgets(char *buf, size_t bufLen, int fd)
 {
 {