]> sigrok.org Git - libsigrok.git/commitdiff
saleae-logic16: Add 20MHz and 50MHz to samplerate preset list (bug #799)
authorMarcus Comstedt <redacted>
Wed, 18 May 2016 21:08:42 +0000 (23:08 +0200)
committerMarcus Comstedt <redacted>
Wed, 18 May 2016 21:12:38 +0000 (23:12 +0200)
src/hardware/saleae-logic16/api.c

index 95c9f9e72806ccbd097d9cd88eeecb72db54a595..906313d61a7c4b980059fc7ed8d8ede0c3313b63 100644 (file)
@@ -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),
 };