Skip to content

Commit

Permalink
Increase executor's task arena size
Browse files Browse the repository at this point in the history
  • Loading branch information
zargony committed Sep 4, 2024
1 parent 5d71051 commit c560a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ git2 = "0.19"
[dependencies]
display-interface = "0.5"
embassy-embedded-hal = "0.2"
embassy-executor = "0.5"
embassy-executor = { version = "0.5", features = ["task-arena-size-6144"] }
embassy-futures = "0.1"
embassy-sync = "0.6"
embassy-time = { version = "0.3", features = ["generic-queue"] }
Expand Down

0 comments on commit c560a13

Please sign in to comment.