]> sigrok.org Git - libsigrok.git/commitdiff
ols: extend reponse delay when scanning device
authorWolfram Sang <redacted>
Wed, 2 Jan 2019 12:15:22 +0000 (13:15 +0100)
committerUwe Hermann <redacted>
Sun, 13 Jan 2019 19:07:27 +0000 (20:07 +0100)
My Pepino needs 15ms instead of 10ms, so let's use 20ms to be on the
safe side.

Signed-off-by: Wolfram Sang <redacted>
src/hardware/openbench-logic-sniffer/api.c

index 8ff1456daad47e8896fb6aaec6a1b8b387b59d94..26490c05aafd89e901f9e56e646f539fabf68a99 100644 (file)
@@ -83,7 +83,7 @@ static const uint64_t samplerates[] = {
        SR_HZ(1),
 };
 
        SR_HZ(1),
 };
 
-#define RESPONSE_DELAY_US (10 * 1000)
+#define RESPONSE_DELAY_US (20 * 1000)
 
 static GSList *scan(struct sr_dev_driver *di, GSList *options)
 {
 
 static GSList *scan(struct sr_dev_driver *di, GSList *options)
 {