Skip to content

Commit 63070cd

Browse files
committed
fix copy-pasta oppsie
1 parent 2949c8d commit 63070cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/usb_hs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ impl Usb1UlpiNxtPin {
222222
Usb1UlpiNxtPin::PC3(pin) => {
223223
Usb1UlpiNxtPin::PC3(pin.set_speed(speed))
224224
}
225-
#[cfg(not(feature = "rm0468"))]
226225
Usb1UlpiNxtPin::PH4(pin) => {
227226
Usb1UlpiNxtPin::PH4(pin.set_speed(speed))
228227
}

0 commit comments

Comments
 (0)