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:
Uwe Hermann 2015-04-09 23:13:30 +02:00
parent d93c14707e
commit b65630f78d
1 changed files with 1 additions and 0 deletions

View File

@ -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
};