Skip to content

Commit b8205c1

Browse files
committed
Change buffer size to 2048 for HighSpeed case
1 parent 60e7e93 commit b8205c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_class.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use crate::descriptor;
88

99
#[cfg(feature = "test-class-high-speed")]
1010
mod sizes {
11-
pub const BUFFER: usize = 1024;
11+
pub const BUFFER: usize = 2048;
1212
pub const CONTROL_ENDPOINT: u8 = 64;
1313
pub const BULK_ENDPOINT: u16 = 512;
1414
pub const INTERRUPT_ENDPOINT: u16 = 1024;

0 commit comments

Comments
 (0)