hantek-6xxx: Fix for channel coupling not updating on changing

Presumed regression related to fix for bug #836
This commit is contained in:
waka 2020-07-17 22:28:06 +02:00 committed by Soeren Apel
parent b41562f6ce
commit f5c618e55f
1 changed files with 1 additions and 0 deletions

View File

@ -444,6 +444,7 @@ static int config_set(uint32_t key, GVariant *data,
devc->coupling_tab_size)) < 0)
return SR_ERR_ARG;
devc->coupling[ch_idx] = idx;
hantek_6xxx_update_coupling(sdi);
break;
default:
return SR_ERR_NA;