Skip to content

Commit b072300

Browse files
authored
Merge pull request #173 from FLamparski/f446-enable-usb
Make USB peripherals accessible for the f446
2 parents b53be6c + bd4fd0b commit b072300

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
@@ -106,6 +106,7 @@ pub mod i2c;
106106
feature = "stm32f429",
107107
feature = "stm32f437",
108108
feature = "stm32f439",
109+
feature = "stm32f446",
109110
)
110111
))]
111112
pub mod otg_fs;
@@ -120,6 +121,7 @@ pub mod otg_fs;
120121
feature = "stm32f429",
121122
feature = "stm32f437",
122123
feature = "stm32f439",
124+
feature = "stm32f446",
123125
)
124126
))]
125127
pub mod otg_hs;

0 commit comments

Comments
 (0)