From: Uwe Hermann Date: Wed, 18 Apr 2012 22:55:29 +0000 (+0200) Subject: fx2lafw: supported_samplerates[] should be 0-terminated. X-Git-Tag: libsigrok-0.1.1~39 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=934cde02b80791943a023c2b4949fc5de43d5081;p=libsigrok.git fx2lafw: supported_samplerates[] should be 0-terminated. --- diff --git a/hardware/fx2lafw/fx2lafw.c b/hardware/fx2lafw/fx2lafw.c index 01c460f7..bc5fc899 100644 --- a/hardware/fx2lafw/fx2lafw.c +++ b/hardware/fx2lafw/fx2lafw.c @@ -97,6 +97,7 @@ static uint64_t supported_samplerates[] = { SR_MHZ(12), SR_MHZ(16), SR_MHZ(24), + 0, }; static struct sr_samplerates samplerates = {