From: Marcus Comstedt Date: Wed, 18 May 2016 21:08:42 +0000 (+0200) Subject: saleae-logic16: Add 20MHz and 50MHz to samplerate preset list (bug #799) X-Git-Tag: libsigrok-0.5.0~380 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=41dab43ef9583ff0e4df9366215000ae6073c24b;p=libsigrok.git saleae-logic16: Add 20MHz and 50MHz to samplerate preset list (bug #799) --- diff --git a/src/hardware/saleae-logic16/api.c b/src/hardware/saleae-logic16/api.c index 95c9f9e7..906313d6 100644 --- a/src/hardware/saleae-logic16/api.c +++ b/src/hardware/saleae-logic16/api.c @@ -86,9 +86,11 @@ static const uint64_t samplerates[] = { SR_MHZ(10), SR_KHZ(12500), SR_MHZ(16), + SR_MHZ(20), SR_MHZ(25), SR_MHZ(32), SR_MHZ(40), + SR_MHZ(50), SR_MHZ(80), SR_MHZ(100), };