diff options
author | Gerhard Sittig <gerhard.sittig@gmx.net> | 2018-02-09 07:07:58 +0100 |
---|---|---|
committer | Gerhard Sittig <gerhard.sittig@gmx.net> | 2018-02-09 07:07:58 +0100 |
commit | 8f57a69014d07bb32cd23282aa1954e8f3398568 (patch) | |
tree | f2e002926540bd2d9dcae68df37e3540c2b44c1c /decoder | |
parent | 792accf96af9513310557fba9e4683ee8a1a78e5 (diff) | |
download | sigrok-test-8f57a69014d07bb32cd23282aa1954e8f3398568.tar.gz sigrok-test-8f57a69014d07bb32cd23282aa1954e8f3398568.zip |
i2c: lack of samplerate is not fatal any longer
Diffstat (limited to 'decoder')
-rw-r--r-- | decoder/test/i2c/test.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/decoder/test/i2c/test.conf b/decoder/test/i2c/test.conf index c9e7e5e..5e8e3b5 100644 --- a/decoder/test/i2c/test.conf +++ b/decoder/test/i2c/test.conf @@ -56,8 +56,3 @@ test sensirion_sht31_25rh_28rh output i2c binary class data-write match sensirion_sht31_25rh_28rh.bin_data_write output i2c binary class address-read match sensirion_sht31_25rh_28rh.bin_address_read output i2c binary class address-write match sensirion_sht31_25rh_28rh.bin_address_write - -test exception_samplerate - protocol-decoder i2c - input misc/no-samplerate.sr - output i2c exception match SamplerateError |