X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fserial-lcr%2Fapi.c;h=25b4e47ffa0c69540182ce322c9274ec27ca50c4;hb=cb828f1b3e00;hp=d67171d4cdc653ebea95c381840f802eaa4d2da4;hpb=3b13990f7d193e8276eb7da27ab9a1fb8f01ee95;p=libsigrok.git diff --git a/src/hardware/serial-lcr/api.c b/src/hardware/serial-lcr/api.c index d67171d4..25b4e47f 100644 --- a/src/hardware/serial-lcr/api.c +++ b/src/hardware/serial-lcr/api.c @@ -105,7 +105,6 @@ static int scan_lcr_port(const struct lcr_info *lcr, * send data periodically. So we check if the packets match the * probed device's expected format. */ - serial_flush(serial); if (lcr->packet_request) { ret = lcr->packet_request(serial); if (ret < 0) {