fx2lafw: Added slower sample rates

This commit is contained in:
Joel Holdsworth 2012-04-18 19:07:30 +01:00
parent fefd54a0cd
commit 9304d57650
1 changed files with 3 additions and 0 deletions

View 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),