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 49890d9 commit 96abcb2Copy full SHA for 96abcb2
src/test_class.rs
@@ -6,14 +6,14 @@ use crate::class_prelude::*;
6
use crate::device::{UsbDevice, UsbDeviceBuilder, UsbVidPid};
7
use crate::descriptor;
8
9
-#[cfg(feature = "test-class-highspeed")]
+#[cfg(feature = "test-class-high-speed")]
10
mod sizes {
11
pub const BUFFER: usize = 1024;
12
pub const BULK_ENDPOINT: u16 = 512;
13
pub const INTERRUPT_ENDPOINT: u16 = 1024;
14
}
15
16
-#[cfg(not(feature = "test-class-highspeed"))]
+#[cfg(not(feature = "test-class-high-speed"))]
17
18
pub const BUFFER: usize = 256;
19
pub const BULK_ENDPOINT: u16 = 64;
0 commit comments