]> sigrok.org Git - libsigrok.git/commitdiff
siglent-sds: Add 100s timebase (seen on e.g. SDS1202X-E).
authorUwe Hermann <redacted>
Fri, 16 Feb 2018 23:00:31 +0000 (00:00 +0100)
committerUwe Hermann <redacted>
Fri, 16 Feb 2018 23:51:53 +0000 (00:51 +0100)
src/hardware/siglent-sds/api.c

index 927a36d9fa75045114ddd3173a8acab1f77a0d11..e526bc2f8ed4c8f4d82cbc18fe69c7ff150c5f16 100644 (file)
@@ -98,6 +98,7 @@ static const uint64_t timebases[][2] = {
        { 10, 1 },
        { 20, 1 },
        { 50, 1 },
+       { 100, 1 },
 };
 
 static const uint64_t vdivs[][2] = {