Skip to content

Commit b273364

Browse files
committed
remove extra OTG_HS signals
1 parent ca5ed59 commit b273364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stm32-data-gen/src/interrupts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ fn valid_signals(peri: &str) -> Vec<String> {
529529
("USB_OTG_HS", &["GLOBAL", "EP1_OUT", "EP1_IN", "WKUP"]),
530530
("USB1_OTG_HS", &["GLOBAL", "EP1_OUT", "EP1_IN", "WKUP"]),
531531
("USB2_OTG_HS", &["GLOBAL", "EP1_OUT", "EP1_IN", "WKUP"]),
532-
("USB", &["LP", "HP", "WKUP", "OTG_HS"]),
532+
("USB", &["LP", "HP", "WKUP"]),
533533
("GPU2D", &["ER"]),
534534
("SAI", &["A", "B"]),
535535
("ADF", &["FLT0"]),

0 commit comments

Comments
 (0)