saleae-logic16: Add 20MHz and 50MHz to samplerate preset list (bug #799)

This commit is contained in:
Marcus Comstedt 2016-05-18 23:08:42 +02:00
parent 5a2c71ccd7
commit 41dab43ef9
1 changed files with 2 additions and 0 deletions

View File

@ -86,9 +86,11 @@ static const uint64_t samplerates[] = {
SR_MHZ(10),
SR_KHZ(12500),
SR_MHZ(16),
SR_MHZ(20),
SR_MHZ(25),
SR_MHZ(32),
SR_MHZ(40),
SR_MHZ(50),
SR_MHZ(80),
SR_MHZ(100),
};