ols: extend reponse delay when scanning device

My Pepino needs 15ms instead of 10ms, so let's use 20ms to be on the
safe side.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
Wolfram Sang 2019-01-02 13:15:22 +01:00 committed by Uwe Hermann
parent a88114183a
commit ae4e6999c5
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ static const uint64_t samplerates[] = {
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)
{