X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fappa-55ii%2Fapi.c;fp=src%2Fhardware%2Fappa-55ii%2Fapi.c;h=50bc37338cc3635d7f28b6d2fe086499ffb8552c;hp=81eafdce3ff1c809c1e23a1f9d671710ed30a117;hb=cb828f1b3e00ccd0ad23d7cb98dca4d0d4749b07;hpb=3b13990f7d193e8276eb7da27ab9a1fb8f01ee95 diff --git a/src/hardware/appa-55ii/api.c b/src/hardware/appa-55ii/api.c index 81eafdce..50bc3733 100644 --- a/src/hardware/appa-55ii/api.c +++ b/src/hardware/appa-55ii/api.c @@ -79,8 +79,6 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options) sr_info("Probing serial port %s.", conn); - serial_flush(serial); - /* Let's get a bit of data and see if we can find a packet. */ if (serial_stream_detect(serial, buf, &len, 25, appa_55ii_packet_valid, 500) != SR_OK)