]> sigrok.org Git - libsigrok.git/commitdiff
uni-t-dmm: Fix incorrect Tenma 72-7745 list entry.
authorUwe Hermann <redacted>
Tue, 23 May 2017 23:34:06 +0000 (01:34 +0200)
committerUwe Hermann <redacted>
Tue, 23 May 2017 23:34:06 +0000 (01:34 +0200)
This is a regression from f05406117d67de3bd8aa5f904573bdd5d7ba401f.

src/hardware/uni-t-dmm/api.c

index 2105d4cfb75b31a964839c57045ed802378bff80..2a2fc663f6c5208603c4159ce4472678b1a867b7 100644 (file)
@@ -358,7 +358,7 @@ SR_REGISTER_DEV_DRIVER_LIST(uni_t_dmm_drivers,
                sr_ut71x_packet_valid, sr_ut71x_parse, NULL
        ),
        DMM(
-               "tenma-72-7745", es519xx,
+               "tenma-72-7745", fs9721,
                "Tenma", "72-7745", 2400,
                FS9721_PACKET_SIZE,
                sr_fs9721_packet_valid, sr_fs9721_parse,