resolve merge issue

This commit is contained in:
kai-morich 2019-11-15 07:51:03 +01:00
parent 8c559ef892
commit 669ab48e0f
1 changed files with 0 additions and 4 deletions

View File

@ -112,10 +112,6 @@ public class Cp21xxSerialDriver implements UsbSerialDriver {
private static final int RTS_ENABLE = 0x202;
private static final int RTS_DISABLE = 0x200;
private UsbEndpoint mReadEndpoint;
private UsbEndpoint mWriteEndpoint;
private UsbRequest mUsbRequest;
private boolean dtr = false;
private boolean rts = false;