rigol-ds1xx2: Unbreak listing of SR_CONF_DEVICE_OPTIONS

This commit is contained in:
Bert Vermeulen 2013-11-03 14:15:35 +01:00 committed by Uwe Hermann
parent be60a9e4a9
commit 5f77dffc02
1 changed files with 1 additions and 0 deletions

View File

@ -605,6 +605,7 @@ static int config_list(int key, GVariant **data, const struct sr_dev_inst *sdi,
}
return SR_ERR_NA;
}
break;
case SR_CONF_COUPLING:
for (i = 0; i < 2; i++) {
if (probe_group == &devc->analog_groups[i]) {