]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/uni-t-dmm/api.c
uni-t-dmm: sort supported devices, collect the vc870 group
[libsigrok.git] / src / hardware / uni-t-dmm / api.c
index 4e592aba5b76006c2dd81da604d7e283b0cf8a37..1a74faed01743477c1c54e4cce186368eff901e9 100644 (file)
@@ -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
        ),
+       /* }}} */
 );