|
|
@@ -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);
|
|
|
|