1
0
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:
Holden
2024-06-01 01:07:38 -07:00
committed by GitHub
parent a4ee5c2158
commit 2fbceb6cc7
@@ -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.