]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/nrf24l01/test/test.conf
spi/nrf24l01/uart: Use ChannelError exception.
[libsigrokdecode.git] / decoders / nrf24l01 / test / test.conf
index 8b6d77bee3ba542ae35b097f883f81e8a173e401..986d30d95fdb262ad8e0d65c642b3fe684837dba 100644 (file)
@@ -56,14 +56,14 @@ test no-mosi
        protocol-decoder nrf24l01
        stack spi nrf24l01
        input spi/nrf24l01/nrf24l01-test-no-command.sr
-       output nrf24l01 exception match MissingDataError
+       output nrf24l01 exception match ChannelError
 
 test no-miso
        protocol-decoder spi channel cs=0 channel clk=1 channel mosi=2
        protocol-decoder nrf24l01
        stack spi nrf24l01
        input spi/nrf24l01/nrf24l01-test-no-command.sr
-       output nrf24l01 exception match MissingDataError
+       output nrf24l01 exception match ChannelError
 
 test unknown-command
        protocol-decoder spi channel cs=0 channel clk=1 channel mosi=2 channel miso=3