2
0
forked from Ivasoft/DSView

Fix probe index error when load certain probes enabled *.dsl file

This commit is contained in:
DreamSourceLab
2015-09-29 11:20:06 +08:00
parent 49eea5765d
commit a042fabfb6
4 changed files with 6 additions and 11 deletions

View File

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

View File

@@ -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,