projects
/
libsigrok.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3247b7e
)
uni-t-dmm: sort supported devices, collect the vc870 group
author
Gerhard Sittig
<redacted>
Sat, 15 Jun 2019 21:54:38 +0000
(23:54 +0200)
committer
Gerhard Sittig
<redacted>
Sun, 21 Aug 2022 15:45:11 +0000
(17:45 +0200)
src/hardware/uni-t-dmm/api.c
patch
|
blob
|
blame
|
history
diff --git
a/src/hardware/uni-t-dmm/api.c
b/src/hardware/uni-t-dmm/api.c
index 4e592aba5b76006c2dd81da604d7e283b0cf8a37..1a74faed01743477c1c54e4cce186368eff901e9 100644
(file)
--- a/
src/hardware/uni-t-dmm/api.c
+++ b/
src/hardware/uni-t-dmm/api.c
@@
-356,9
+356,11
@@
SR_REGISTER_DEV_DRIVER_LIST(uni_t_dmm_drivers,
sr_ut71x_packet_valid, sr_ut71x_parse, NULL
),
/* }}} */
+ /* {{{ vc870 */
DMM(
"voltcraft-vc870", vc870,
"Voltcraft", "VC-870", 9600, VC870_PACKET_SIZE,
sr_vc870_packet_valid, sr_vc870_parse, NULL
),
+ /* }}} */
);