From f04964c696336f5699a099bbd64785f199d91f4c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 10 Aug 2014 09:22:29 +0200 Subject: spi/nrf24l01/uart: Use ChannelError exception. Rename the old MissingDataError to the clearer ChannelError. Also, add ChannelError in the UART decoder. --- decoders/spi/test/test.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'decoders/spi/test') 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 -- cgit v1.2.3-70-g09d2