From: Gerhard Sittig Date: Sat, 15 Jun 2019 21:57:26 +0000 (+0200) Subject: uni-t-dmm: sort supported devices, sort in the fs9721 group X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=0523befd4214cd8e0e6dcc61a8ed19e6d66377e4;p=libsigrok.git uni-t-dmm: sort supported devices, sort in the fs9721 group --- diff --git a/src/hardware/uni-t-dmm/api.c b/src/hardware/uni-t-dmm/api.c index 8321f005..be08e89b 100644 --- a/src/hardware/uni-t-dmm/api.c +++ b/src/hardware/uni-t-dmm/api.c @@ -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(