Browse Source

Merge branch 'erupter' into bfgminer

Luke Dashjr 12 years ago
parent
commit
4c54a652b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fpgautils.c

+ 1 - 0
fpgautils.c

@@ -866,6 +866,7 @@ int serial_open(const char *devpath, unsigned long baud, uint8_t timeout, bool p
 	termios_debug(devpath, &my_termios, "before");
 #endif
 
+	if (baud)
 	{
 		speed_t speed = tiospeed_t(baud);
 		if (speed == B0)