]> sigrok.org Git - libsigrok.git/commit
input/null: Add a null module that discards all data.
authorUwe Hermann <redacted>
Thu, 19 Apr 2018 20:15:54 +0000 (22:15 +0200)
committerUwe Hermann <redacted>
Thu, 19 Apr 2018 20:15:54 +0000 (22:15 +0200)
commit2003be8cecbb516119b61b845ed5b0a87321f2e0
tree8e1002111f57b9326d261b650e0a822bc62dbdad
parent1af7497d6733e00b050b25c6d0fbad3ea62c7136
input/null: Add a null module that discards all data.

This is useful for testing purposes.
Makefile.am
src/input/input.c
src/input/null.c [new file with mode: 0644]