Add dep for static_cell to example.
This commit is contained in:
parent
eafa90cd07
commit
3f93105e9f
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ embedded-can = { version = "0.4" }
|
|||
panic-probe = { version = "0.3", features = ["print-defmt"] }
|
||||
futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
|
||||
heapless = { version = "0.8", default-features = false }
|
||||
static_cell = "2.0.0"
|
||||
|
||||
[profile.release]
|
||||
debug = 2
|
||||
|
|
Loading…
Add table
Reference in a new issue