hantek-6xxx: Fix for channel coupling not updating on changing
Presumed regression related to fix for bug #836
This commit is contained in:
parent
b41562f6ce
commit
f5c618e55f
|
@ -444,6 +444,7 @@ static int config_set(uint32_t key, GVariant *data,
|
||||||
devc->coupling_tab_size)) < 0)
|
devc->coupling_tab_size)) < 0)
|
||||||
return SR_ERR_ARG;
|
return SR_ERR_ARG;
|
||||||
devc->coupling[ch_idx] = idx;
|
devc->coupling[ch_idx] = idx;
|
||||||
|
hantek_6xxx_update_coupling(sdi);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return SR_ERR_NA;
|
return SR_ERR_NA;
|
||||||
|
|
Loading…
Reference in New Issue