rusEFI console to compare current bundle against auto-DFU bundle #3266

smaller step forward
This commit is contained in:
rusefillc 2021-09-25 23:45:52 -04:00
parent 204c84764e
commit bace291a8e
1 changed files with 1 additions and 5 deletions

View File

@ -30,10 +30,6 @@ public class SerialAutoChecker implements Runnable {
this.callback = callback;
}
public SerialAutoChecker(String serialPort, CountDownLatch portFound, AtomicReference<AutoDetectResult> result) {
this(serialPort, portFound, result, null);
}
@Override
public void run() {
IoStream stream = SerialIoStreamJSerialComm.openPort(serialPort);