fx2lafw: supported_samplerates[] should be 0-terminated.
This commit is contained in:
parent
f488762a17
commit
934cde02b8
|
@ -97,6 +97,7 @@ static uint64_t supported_samplerates[] = {
|
||||||
SR_MHZ(12),
|
SR_MHZ(12),
|
||||||
SR_MHZ(16),
|
SR_MHZ(16),
|
||||||
SR_MHZ(24),
|
SR_MHZ(24),
|
||||||
|
0,
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct sr_samplerates samplerates = {
|
static struct sr_samplerates samplerates = {
|
||||||
|
|
Loading…
Reference in New Issue