-
- Downloads
add "rt" feature
... | ... | @@ -17,3 +17,6 @@ stm32f30x = "0.6.0" |
[dependencies.cast] | ||
default-features = false | ||
version = "0.2.2" | ||
[features] | ||
rt = ["stm32f30x/rt"] | ||
\ No newline at end of file |
Please register or sign in to comment
... | ... | @@ -17,3 +17,6 @@ stm32f30x = "0.6.0" |
[dependencies.cast] | ||
default-features = false | ||
version = "0.2.2" | ||
[features] | ||
rt = ["stm32f30x/rt"] | ||
\ No newline at end of file |