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=81eafdce3ff1c809c1e23a1f9d671710ed30a117;hp=ddf3fe4a11885468a041838e1ab8d01a0300c2ea;hb=d03815a0662a905392e428612507ad4de9f2f8b1;hpb=d47872480164724f348ceedc8af2f39fc2e9fce4 diff --git a/src/hardware/appa-55ii/api.c b/src/hardware/appa-55ii/api.c index ddf3fe4a..81eafdce 100644 --- a/src/hardware/appa-55ii/api.c +++ b/src/hardware/appa-55ii/api.c @@ -83,7 +83,7 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options) /* 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, 9600) != SR_OK) + appa_55ii_packet_valid, 500) != SR_OK) goto scan_cleanup; sr_info("Found device on port %s.", conn);