Add 'stm32f0xx-hal' crate to dependencies
This commit is contained in:
parent
02f4cd0de1
commit
eafaae8d69
|
@ -8,3 +8,4 @@ readme = "README.md"
|
|||
[dependencies]
|
||||
cortex-m-rt = "0.6.13"
|
||||
panic-halt = "0.2.0"
|
||||
stm32f0xx-hal = { version = "0.17.1", features = ["rt", "stm32f072"] }
|
||||
|
|
Loading…
Reference in New Issue