forked from Ivasoft/DSView
Fix probe index error when load certain probes enabled *.dsl file
This commit is contained in:
@@ -107,7 +107,6 @@ static const int32_t hwcaps[] = {
|
||||
SR_CONF_SAMPLERATE,
|
||||
|
||||
/* These are really implemented in the driver, not the hardware. */
|
||||
SR_CONF_MAX_HEIGHT,
|
||||
SR_CONF_LIMIT_SAMPLES,
|
||||
SR_CONF_CONTINUOUS,
|
||||
};
|
||||
|
||||
@@ -121,7 +121,6 @@ static const int hwcaps[] = {
|
||||
SR_CONF_DEMO_DEV,
|
||||
SR_CONF_SAMPLERATE,
|
||||
SR_CONF_PATTERN_MODE,
|
||||
SR_CONF_MAX_HEIGHT,
|
||||
SR_CONF_LIMIT_SAMPLES,
|
||||
SR_CONF_LIMIT_MSEC,
|
||||
SR_CONF_CONTINUOUS,
|
||||
|
||||
Reference in New Issue
Block a user