mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2024-11-15 21:21:11 +00:00
set flag
This commit is contained in:
parent
8518686e9a
commit
eda4261eee
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue