diff options
author | Gerhard Sittig <gerhard.sittig@gmx.net> | 2017-06-06 23:09:44 +0200 |
---|---|---|
committer | Gerhard Sittig <gerhard.sittig@gmx.net> | 2017-06-06 23:09:44 +0200 |
commit | e56d386c6187319c9d68496b71ff3338c9428d25 (patch) | |
tree | bf8a110d04dee62077950448cf1abf515d9fb783 /decoder/test | |
parent | df62f6f3694feb3b8b9ba0fa108f72b020c4b932 (diff) | |
download | sigrok-test-e56d386c6187319c9d68496b71ff3338c9428d25.tar.gz sigrok-test-e56d386c6187319c9d68496b71ff3338c9428d25.zip |
spi: Missing samplerate spec is not fatal
Remove the "exception_samplerate" test for the SPI decoder. Lack of a
samplerate specification only breaks the emission of the throughput
annotations, but still allows decoding the clocked signal.
Diffstat (limited to 'decoder/test')
-rw-r--r-- | decoder/test/spi/test.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/decoder/test/spi/test.conf b/decoder/test/spi/test.conf index 8e7b669..e604708 100644 --- a/decoder/test/spi/test.conf +++ b/decoder/test/spi/test.conf @@ -75,11 +75,6 @@ test 152bit_spi output spi binary class miso match 152bit_spi.bin_miso output spi binary class mosi match 152bit_spi.bin_mosi -test exception_samplerate - protocol-decoder spi - input misc/no-samplerate.sr - output spi exception match SamplerateError - test exception_channel protocol-decoder spi channel cs=1 channel clk=0 input spi/spi-count-msb.sr |