aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g4
diff options
context:
space:
mode:
authorCorey Schuhen <[email protected]>2024-02-19 08:33:19 +1000
committerCorey Schuhen <[email protected]>2024-02-19 08:33:19 +1000
commit3f93105e9fe7c5cbdada46a4367b01448fd61c62 (patch)
treef79798921ae7bce57dab62bbd82de817369d20b6 /examples/stm32g4
parenteafa90cd0707298f354d5d1e496f8364117bd781 (diff)
Add dep for static_cell to example.
Diffstat (limited to 'examples/stm32g4')
-rw-r--r--examples/stm32g4/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32g4/Cargo.toml b/examples/stm32g4/Cargo.toml
index fdb325f06..74ccfa3b0 100644
--- a/examples/stm32g4/Cargo.toml
+++ b/examples/stm32g4/Cargo.toml
@@ -24,6 +24,7 @@ embedded-can = { version = "0.4" }
24panic-probe = { version = "0.3", features = ["print-defmt"] } 24panic-probe = { version = "0.3", features = ["print-defmt"] }
25futures = { version = "0.3.17", default-features = false, features = ["async-await"] } 25futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
26heapless = { version = "0.8", default-features = false } 26heapless = { version = "0.8", default-features = false }
27static_cell = "2.0.0"
27 28
28[profile.release] 29[profile.release]
29debug = 2 30debug = 2