]> sigrok.org Git - libsigrok.git/commit
metex14: Support DMMs with whitespace differences.
authorUwe Hermann <redacted>
Sun, 29 Sep 2013 15:43:28 +0000 (17:43 +0200)
committerUwe Hermann <redacted>
Wed, 23 Oct 2013 15:31:14 +0000 (17:31 +0200)
commit71f1302b4b4b712149303d235876146e8d1d9af5
treea0b025e8341a766cb39972d24c8837acb78e713a
parentbfb926c1d2e248336dd57a5ab63cf503cb2b00b7
metex14: Support DMMs with whitespace differences.

Most Metex DMMs use e.g. "  mV" as unit field, others use "mV  ",
though. Support these (and other) whitespace variants by stripping all
spaces and only comparing non-space characters.
hardware/common/dmm/metex14.c