diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-08-10 09:22:29 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-08-14 17:44:20 +0200 |
commit | f04964c696336f5699a099bbd64785f199d91f4c (patch) | |
tree | 78c63f1f0c5c4ac6d2e0b022bc9d463a43f40300 /decoders/spi/test | |
parent | 8aeedf9ee376f1b48fe9c42924ebf34f9c8c2ddd (diff) | |
download | libsigrokdecode-f04964c696336f5699a099bbd64785f199d91f4c.tar.gz libsigrokdecode-f04964c696336f5699a099bbd64785f199d91f4c.zip |
spi/nrf24l01/uart: Use ChannelError exception.
Rename the old MissingDataError to the clearer ChannelError. Also, add
ChannelError in the UART decoder.
Diffstat (limited to 'decoders/spi/test')
-rw-r--r-- | decoders/spi/test/test.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/spi/test/test.conf b/decoders/spi/test/test.conf index 53edfeb..a74611d 100644 --- a/decoders/spi/test/test.conf +++ b/decoders/spi/test/test.conf @@ -36,8 +36,8 @@ test exception_samplerate input misc/no-samplerate.sr output spi exception match SamplerateError -test exception_missing_datapins +test exception_channel protocol-decoder spi channel cs=1 channel clk=0 input spi/spi-count-msb.sr - output spi exception match MissingDataError + output spi exception match ChannelError |