]> sigrok.org Git - libsigrok.git/commit
std: Simplifications, random fixes, Doxygen cosmetics.
authorUwe Hermann <redacted>
Mon, 10 Jul 2017 20:32:26 +0000 (22:32 +0200)
committerUwe Hermann <redacted>
Thu, 13 Jul 2017 09:59:11 +0000 (11:59 +0200)
commit12852b0337fd802ac0f9c51a39a173636685ef18
treea3d5a9cd4d068c48ec313c0b43f2d87e439a9ff4
parente37478675383654b98e3ec3d4c67b0b65c6afacb
std: Simplifications, random fixes, Doxygen cosmetics.

 - sr_dev_clear(): Don't try to clear uninitialized drivers (the same
   check was previously done in std_dev_clear()).

 - Document some places where we intentionally don't emit log messages.

 - std: Various Doxygen fixes and updates.

 - std: Add some more sanity-checks on input parameters.
src/device.c
src/std.c