uni-t-dmm: Fix incorrect order which breaks UT61B/C.
This commit is contained in:
parent
7cb69b1870
commit
79bc9924d7
|
@ -71,13 +71,6 @@ SR_PRIV struct dmm_info udmms[] = {
|
||||||
sr_fs9721_00_temp_c,
|
sr_fs9721_00_temp_c,
|
||||||
&uni_t_ut60e_driver_info, receive_data_UNI_T_UT60E,
|
&uni_t_ut60e_driver_info, receive_data_UNI_T_UT60E,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"UNI-T", "UT61C", 2400,
|
|
||||||
FS9922_PACKET_SIZE,
|
|
||||||
sr_fs9922_packet_valid, sr_fs9922_parse,
|
|
||||||
NULL,
|
|
||||||
&uni_t_ut61c_driver_info, receive_data_UNI_T_UT61C,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"UNI-T", "UT61B", 2400,
|
"UNI-T", "UT61B", 2400,
|
||||||
FS9922_PACKET_SIZE,
|
FS9922_PACKET_SIZE,
|
||||||
|
@ -85,6 +78,13 @@ SR_PRIV struct dmm_info udmms[] = {
|
||||||
NULL,
|
NULL,
|
||||||
&uni_t_ut61b_driver_info, receive_data_UNI_T_UT61B,
|
&uni_t_ut61b_driver_info, receive_data_UNI_T_UT61B,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"UNI-T", "UT61C", 2400,
|
||||||
|
FS9922_PACKET_SIZE,
|
||||||
|
sr_fs9922_packet_valid, sr_fs9922_parse,
|
||||||
|
NULL,
|
||||||
|
&uni_t_ut61c_driver_info, receive_data_UNI_T_UT61C,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"UNI-T", "UT61D", 2400,
|
"UNI-T", "UT61D", 2400,
|
||||||
FS9922_PACKET_SIZE,
|
FS9922_PACKET_SIZE,
|
||||||
|
|
Loading…
Reference in New Issue