Skip to content

Commit f6ccb4d

Browse files
authored
Merge pull request #110 from andybest/usb-stm32f746
Add STM32F746 to list of supported USB devices
2 parents 5ae1a07 + e771fe4 commit f6ccb4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ pub mod gpio;
9191
feature = "stm32f730",
9292
feature = "stm32f732",
9393
feature = "stm32f733",
94+
feature = "stm32f746",
9495
feature = "stm32f767",
9596
)
9697
))]
@@ -104,6 +105,7 @@ pub mod otg_fs;
104105
feature = "stm32f730",
105106
feature = "stm32f732",
106107
feature = "stm32f733",
108+
feature = "stm32f746",
107109
feature = "stm32f767",
108110
)
109111
))]

0 commit comments

Comments
 (0)