mirror of
https://github.com/mik3y/usb-serial-for-android.git
synced 2026-08-24 14:45:42 +00:00
resolve merge issue
This commit is contained in:
-4
@@ -112,10 +112,6 @@ public class Cp21xxSerialDriver implements UsbSerialDriver {
|
|||||||
private static final int RTS_ENABLE = 0x202;
|
private static final int RTS_ENABLE = 0x202;
|
||||||
private static final int RTS_DISABLE = 0x200;
|
private static final int RTS_DISABLE = 0x200;
|
||||||
|
|
||||||
private UsbEndpoint mReadEndpoint;
|
|
||||||
private UsbEndpoint mWriteEndpoint;
|
|
||||||
private UsbRequest mUsbRequest;
|
|
||||||
|
|
||||||
private boolean dtr = false;
|
private boolean dtr = false;
|
||||||
private boolean rts = false;
|
private boolean rts = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user