fx2lafw: supported_samplerates[] should be 0-terminated.

This commit is contained in:
Uwe Hermann 2012-04-19 00:55:29 +02:00
parent f488762a17
commit 934cde02b8
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ static uint64_t supported_samplerates[] = {
SR_MHZ(12),
SR_MHZ(16),
SR_MHZ(24),
0,
};
static struct sr_samplerates samplerates = {