Skip to content

Commit

Permalink
Fix linker errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Jan 23, 2023
1 parent 6781853 commit 5a2722c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
51 changes: 26 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runners/embedded/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT"
apps = { path = "../../components/apps" }
cfg-if = "*"
delog = "0.1"
cortex-m = "0.7"
cortex-m = { version = "0.7", features = ["critical-section-single-core"]}
cortex-m-rtic = "1.0"
embedded-storage = "0.3"
embedded-hal = "0.2.3"
Expand Down

0 comments on commit 5a2722c

Please sign in to comment.