Skip to content

Commit 4f0cfae

Browse files
fix: U3Pro32 can't supports 32 channels in buffer mode
1 parent 0462fbc commit 4f0cfae

File tree

1 file changed

+1
-1
lines changed
  • libsigrok4DSL/hardware/DSL

1 file changed

+1
-1
lines changed

libsigrok4DSL/hardware/DSL/dsl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ static const struct DSL_profile supported_DSLogic[] = {
697697
{CAPS_MODE_LOGIC,
698698
CAPS_FEATURE_VTH | CAPS_FEATURE_BUF | CAPS_FEATURE_USB30 | CAPS_FEATURE_ADF4360 | CAPS_FEATURE_LA_CH32,
699699
(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),
700+
(1 << DSL_BUFFER250x32) | (1 << DSL_BUFFER500x16) | (1 << DSL_BUFFER1000x8),
701701
32,
702702
SR_GB(2),
703703
0,

0 commit comments

Comments
 (0)