]> sigrok.org Git - libsigrok.git/commit
brymen-dmm: style nits, apply comm param defaults, low battery warning
authorGerhard Sittig <redacted>
Sun, 20 Sep 2020 07:33:35 +0000 (09:33 +0200)
committerGerhard Sittig <redacted>
Sun, 20 Sep 2020 08:44:20 +0000 (10:44 +0200)
commit11addc897a86a039f72cefbebb5058611ad79102
tree45b561f11d0e301b45b53b0e00fbced55d6e2c31
parent648f32d11966917a53caed2d2b640ea75de5c3dd
brymen-dmm: style nits, apply comm param defaults, low battery warning

Rephrase how the default serial communication parameters get applied.
Preset the variable to the default value and let optional user provided
specs override these. This avoids an extra check which is difficult to
read and highly redundant. Add a comment for raised awareness that a
default port spec is undesirable because it's unreliable.

Raise the severity of low battery messages. It's worth warning the user
because measurements could be inaccurate.

Reduce indentation in continuation lines of a long routine signature,
and drop an empty line in a short struct while we are here.
src/hardware/brymen-dmm/api.c
src/hardware/brymen-dmm/parser.c
src/hardware/brymen-dmm/protocol.h