This commit is contained in:
J / Jacob Babich
2022-04-13 01:49:16 -04:00
parent 79de6fab06
commit 816520ed77
9 changed files with 588 additions and 88 deletions

View File

@@ -24,6 +24,9 @@ panic-halt = "0.2.0"
# features = ["stm32f303", "rt"]
# version = "0.7.1"
[lib]
path = "src/lib/mod.rs"
# this lets you use `cargo fix`!
[[bin]]
name = "test-cortex-m4-rust"