]> sigrok.org Git - libsigrokdecode.git/commit - decoders/uart/pd.py
spi/nrf24l01/uart: Use ChannelError exception.
authorUwe Hermann <redacted>
Sun, 10 Aug 2014 07:22:29 +0000 (09:22 +0200)
committerUwe Hermann <redacted>
Thu, 14 Aug 2014 15:44:20 +0000 (17:44 +0200)
commitf04964c696336f5699a099bbd64785f199d91f4c
tree78c63f1f0c5c4ac6d2e0b022bc9d463a43f40300
parent8aeedf9ee376f1b48fe9c42924ebf34f9c8c2ddd
spi/nrf24l01/uart: Use ChannelError exception.

Rename the old MissingDataError to the clearer ChannelError. Also, add
ChannelError in the UART decoder.
decoders/nrf24l01/pd.py
decoders/nrf24l01/test/test.conf
decoders/spi/pd.py
decoders/spi/test/test.conf
decoders/uart/pd.py