Skip to content
Snippets Groups Projects
Commit 6a8b4140 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Reduced USB3 block size to 1024 for better compatibility with some usb drivers

parent 73f94554
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
#define MAX_NUM_DATA_STREAMS(u3) ( u3 ? MAX_NUM_DATA_STREAMS_USB3 : MAX_NUM_DATA_STREAMS_USB2 )
#define USB3_BLOCK_SIZE 2048
#define USB3_BLOCK_SIZE 1024
#define DDR_BLOCK_SIZE 32
#include <queue>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment