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 d46d510 commit 51a1ca6Copy full SHA for 51a1ca6
src/otg_hs.rs
@@ -45,11 +45,7 @@ unsafe impl UsbPeripheral for USB {
45
feature = "stm32f439",
46
))]
47
const ENDPOINT_COUNT: usize = 6;
48
- #[cfg(any(
49
- feature = "stm32f446",
50
- feature = "stm32f469",
51
- feature = "stm32f479",
52
- ))]
+ #[cfg(any(feature = "stm32f446", feature = "stm32f469", feature = "stm32f479"))]
53
const ENDPOINT_COUNT: usize = 9;
54
55
fn enable() {
0 commit comments