]> sigrok.org Git - libsigrok.git/commitdiff
fx2lafw: Added slower sample rates
authorJoel Holdsworth <redacted>
Wed, 18 Apr 2012 18:07:30 +0000 (19:07 +0100)
committerJoel Holdsworth <redacted>
Wed, 18 Apr 2012 18:07:39 +0000 (19:07 +0100)
hardware/fx2lafw/fx2lafw.c

index ab5dfb5b4b1f6a10fa8bc2c833d1e0c42ad2b7a5..8a07928c10b21f4f6365ae9919924600da63f3e0 100644 (file)
@@ -79,6 +79,9 @@ static const char *probe_names[] = {
 };
 
 static uint64_t supported_samplerates[] = {
+       SR_KHZ(200),
+       SR_KHZ(250),
+       SR_KHZ(500),
        SR_MHZ(1),
        SR_MHZ(2),
        SR_MHZ(3),