uni-t-dmm: Add a missing NULL (fixes a crash on Android).
This caused an non-terminated driver list, which lead to a crash on Android (at least on ARM).
This commit is contained in:
parent
d93c14707e
commit
b65630f78d
|
@ -402,4 +402,5 @@ SR_PRIV const struct dmm_info *uni_t_dmm_drivers[] = {
|
|||
sr_es519xx_19200_11b_packet_valid, sr_es519xx_19200_11b_parse,
|
||||
NULL
|
||||
),
|
||||
NULL
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue