We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0462fbc commit 4f0cfaeCopy full SHA for 4f0cfae
libsigrok4DSL/hardware/DSL/dsl.h
@@ -697,7 +697,7 @@ static const struct DSL_profile supported_DSLogic[] = {
697
{CAPS_MODE_LOGIC,
698
CAPS_FEATURE_VTH | CAPS_FEATURE_BUF | CAPS_FEATURE_USB30 | CAPS_FEATURE_ADF4360 | CAPS_FEATURE_LA_CH32,
699
(1 << DSL_STREAM10x32_32_3DN2) | (1 << DSL_STREAM20x16_32_3DN2) | (1 << DSL_STREAM25x12_32_3DN2) | (1 << DSL_STREAM50x6_32_3DN2) | (1 << DSL_STREAM100x3_32_3DN2) |
700
- (1 << DSL_BUFFER500x16) | (1 << DSL_BUFFER1000x8),
+ (1 << DSL_BUFFER250x32) | (1 << DSL_BUFFER500x16) | (1 << DSL_BUFFER1000x8),
701
32,
702
SR_GB(2),
703
0,
0 commit comments