Flow control thread started when getParity method is called

pull/44/head
Felipe Herranz 2016-04-22 22:58:14 +02:00
rodzic d74716eac1
commit e96be3761b
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -388,6 +388,7 @@ public class CP2102SerialDevice extends UsbSerialDevice
public void getParity(UsbParityCallback parityCallback)
{
this.parityCallback = parityCallback;
startFlowControlThread();
}
/*