mirror of
https://github.com/mik3y/usb-serial-for-android.git
synced 2026-08-22 13:53:01 +00:00
Fix for botched merge 730ed711.
This commit is contained in:
@@ -205,6 +205,6 @@ public interface UsbSerialDriver {
|
|||||||
* {@code false} if the operation is not supported by the driver or device
|
* {@code false} if the operation is not supported by the driver or device
|
||||||
* @throws IOException if an error occurred during flush
|
* @throws IOException if an error occurred during flush
|
||||||
*/
|
*/
|
||||||
public boolean flush(boolean flushRX, boolean flushTX) throws IOException;
|
public boolean purgeHwBuffers(boolean flushRX, boolean flushTX) throws IOException;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user