Skip to content

Commit 6a8b414

Browse files
committed
Reduced USB3 block size to 1024 for better compatibility with some usb drivers
1 parent 73f9455 commit 6a8b414

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Processors/DataThreads/rhythm-api/rhd2000evalboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#define MAX_NUM_DATA_STREAMS(u3) ( u3 ? MAX_NUM_DATA_STREAMS_USB3 : MAX_NUM_DATA_STREAMS_USB2 )
3232

33-
#define USB3_BLOCK_SIZE 2048
33+
#define USB3_BLOCK_SIZE 1024
3434
#define DDR_BLOCK_SIZE 32
3535

3636
#include <queue>

0 commit comments

Comments
 (0)