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 60e7e93 commit b8205c1Copy full SHA for b8205c1
src/test_class.rs
@@ -8,7 +8,7 @@ use crate::descriptor;
8
9
#[cfg(feature = "test-class-high-speed")]
10
mod sizes {
11
- pub const BUFFER: usize = 1024;
+ pub const BUFFER: usize = 2048;
12
pub const CONTROL_ENDPOINT: u8 = 64;
13
pub const BULK_ENDPOINT: u16 = 512;
14
pub const INTERRUPT_ENDPOINT: u16 = 1024;
0 commit comments