mirror of
https://github.com/mik3y/usb-serial-for-android.git
synced 2026-08-21 13:22:56 +00:00
Fix ControlLine enum spacing (#577)
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ public interface UsbSerialPort extends Closeable {
|
|||||||
int STOPBITS_2 = 2;
|
int STOPBITS_2 = 2;
|
||||||
|
|
||||||
/** Values for get[Supported]ControlLines() */
|
/** Values for get[Supported]ControlLines() */
|
||||||
enum ControlLine { RTS, CTS, DTR, DSR, CD, RI }
|
enum ControlLine { RTS, CTS, DTR, DSR, CD, RI }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the driver used by this port.
|
* Returns the driver used by this port.
|
||||||
|
|||||||
Reference in New Issue
Block a user