Browse Source

timeout change

John 10 years ago
parent
commit
3d6da37dd5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-futurebit.c

+ 1 - 1
driver-futurebit.c

@@ -244,7 +244,7 @@ bool futurebit_detect_one(const char * const devpath)
     struct futurebit_chip *chips = NULL;
     unsigned total_cores = 0;
     
-    const int fd = serial_open(devpath, 115200, 10, true);
+    const int fd = serial_open(devpath, 115200, 1, true);
     if (fd < 0)
         return_via_applog(err, , LOG_DEBUG, "%s: %s %s", futurebit_drv.dname, "Failed to open", devpath);