This commit is contained in:
Mirabellensaft 2023-03-10 15:44:54 +01:00
parent 8518686e9a
commit eda4261eee

View file

@ -9,7 +9,7 @@ version = "0.0.0"
cortex-m = {version = "0.7.6", features = ["critical-section-single-core"]}
cortex-m-rt = "0.7.2"
dk_bsc = { path = "../dk_bsc" }
dk_pac = { path = "../dk_pac" }
dk_pac = { path = "../dk_pac", features = ["critical-section"]}
heapless = "0.7.16"
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
defmt = "0.3.2"
@ -36,6 +36,7 @@ overflow-checks = false
[features]
default = [
"other-feature"
]