From: Joel Holdsworth Date: Wed, 18 Apr 2012 18:07:30 +0000 (+0100) Subject: fx2lafw: Added slower sample rates X-Git-Tag: libsigrok-0.1.1~43 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=9304d576507db12f4072f427bcf1ce1645debce3;p=libsigrok.git fx2lafw: Added slower sample rates --- diff --git a/hardware/fx2lafw/fx2lafw.c b/hardware/fx2lafw/fx2lafw.c index ab5dfb5b..8a07928c 100644 --- a/hardware/fx2lafw/fx2lafw.c +++ b/hardware/fx2lafw/fx2lafw.c @@ -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),