We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbfae5 commit 767e2c0Copy full SHA for 767e2c0
Cargo.toml
@@ -90,7 +90,7 @@ private_aes = []
90
private_sha256 = []
91
92
# generics are used by dependants that don't want to specify a specific MCU
93
-# Also used by specific MCU geatures as shorthand for the private and PAC features
+# Also used by specific MCU features as shorthand for the private and PAC features
94
generic_pac_stm32l4x1 = ["private_line_stm32l4x1", "stm32l4/stm32l4x1"]
95
generic_pac_stm32l4x2 = ["private_line_stm32l4x2", "stm32l4/stm32l4x2"]
96
generic_pac_stm32l4x3 = ["private_line_stm32l4x3", "stm32l4/stm32l4x3"]
0 commit comments