Skip to content

Commit 25de4c9

Browse files
committed
cleanup.
1 parent 96b2ead commit 25de4c9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

android-src/KV4PHT/usbSerialForAndroid/src/main/java/com/hoho/android/usbserial/util/SerialInputOutputManager.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,6 @@ public void start() {
196196
public void stop() {
197197
if(mState.compareAndSet(State.RUNNING, State.STOPPING)) {
198198
Log.i(TAG, "Stop requested");
199-
try {
200-
mShutdownlatch.await();
201-
} catch (InterruptedException e) {
202-
Thread.currentThread().interrupt();
203-
}
204199
}
205200
}
206201

0 commit comments

Comments
 (0)