diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2020-06-02 20:06:06 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2020-06-02 20:06:06 +0200 |
commit | 6753e881304ddac96d64ad8b5384c84246f2dfeb (patch) | |
tree | 00188d9b89c22da18a2d87043b506810a806c97c /decoder | |
parent | eb10933cc46ab35fac71bd650a34f17e689f3964 (diff) | |
download | sigrok-test-6753e881304ddac96d64ad8b5384c84246f2dfeb.tar.gz sigrok-test-6753e881304ddac96d64ad8b5384c84246f2dfeb.zip |
nrf905: Update after file move.
Diffstat (limited to 'decoder')
-rw-r--r-- | decoder/test/nrf905/test.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoder/test/nrf905/test.conf b/decoder/test/nrf905/test.conf index 0fd9d8d..35cadb4 100644 --- a/decoder/test/nrf905/test.conf +++ b/decoder/test/nrf905/test.conf @@ -2,5 +2,5 @@ test nrf905_operation protocol-decoder spi channel clk=0 channel mosi=1 channel miso=2 channel cs=3 protocol-decoder nrf905 stack spi nrf905 - input nrf905/nrf905operation.sr - output nrf905 annotation match nrf905_operation.output
\ No newline at end of file + input spi/nrf905/nrf905operation.sr + output nrf905 annotation match nrf905_operation.output |