]> sigrok.org Git - libsigrok.git/commitdiff
uni-t-dmm: sort supported devices, sort in the fs9721 group
authorGerhard Sittig <redacted>
Sat, 15 Jun 2019 21:57:26 +0000 (23:57 +0200)
committerGerhard Sittig <redacted>
Sun, 21 Aug 2022 15:45:11 +0000 (17:45 +0200)
src/hardware/uni-t-dmm/api.c

index 8321f005cf508bec50fa50101639b1705fdf21d8..be08e89bff764b865b6eab24e35ff44e95011bac 100644 (file)
@@ -211,6 +211,13 @@ SR_REGISTER_DEV_DRIVER_LIST(uni_t_dmm_drivers,
                sr_fs9721_packet_valid, sr_fs9721_parse,
                sr_fs9721_00_temp_c
        ),
+       DMM(
+               "tenma-72-7745", fs9721,
+               "Tenma", "72-7745", 2400,
+               FS9721_PACKET_SIZE,
+               sr_fs9721_packet_valid, sr_fs9721_parse,
+               sr_fs9721_00_temp_c
+       ),
        DMM(
                "uni-t-ut60a", fs9721,
                "UNI-T", "UT60A", 2400,
@@ -239,13 +246,6 @@ SR_REGISTER_DEV_DRIVER_LIST(uni_t_dmm_drivers,
                sr_fs9721_packet_valid, sr_fs9721_parse,
                sr_fs9721_00_temp_c
        ),
-       DMM(
-               "tenma-72-7745", fs9721,
-               "Tenma", "72-7745", 2400,
-               FS9721_PACKET_SIZE,
-               sr_fs9721_packet_valid, sr_fs9721_parse,
-               sr_fs9721_00_temp_c
-       ),
        /* }}} */
        /* {{{ fs9922 */
        DMM(