Skip to content

Commit 51a1ca6

Browse files
committed
rustfmt
1 parent d46d510 commit 51a1ca6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/otg_hs.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ unsafe impl UsbPeripheral for USB {
4545
feature = "stm32f439",
4646
))]
4747
const ENDPOINT_COUNT: usize = 6;
48-
#[cfg(any(
49-
feature = "stm32f446",
50-
feature = "stm32f469",
51-
feature = "stm32f479",
52-
))]
48+
#[cfg(any(feature = "stm32f446", feature = "stm32f469", feature = "stm32f479"))]
5349
const ENDPOINT_COUNT: usize = 9;
5450

5551
fn enable() {

0 commit comments

Comments
 (0)