]> sigrok.org Git - libsigrok.git/commit
output/null: Add a null module that discards all data.
authorUwe Hermann <redacted>
Thu, 19 Apr 2018 18:10:50 +0000 (20:10 +0200)
committerUwe Hermann <redacted>
Thu, 19 Apr 2018 18:10:50 +0000 (20:10 +0200)
commit1af7497d6733e00b050b25c6d0fbad3ea62c7136
treeb73dce49a7b608764ce751011574c31f68f0ee00
parentb20eb52055042a1a1dd61d928a3f3a4b706c7d01
output/null: Add a null module that discards all data.

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