Reduce use of the full futures crate.

This commit is contained in:
Dario Nieuwenhuis
2024-04-26 23:18:28 +02:00
parent 597315873d
commit 5732ee7ca9
54 changed files with 39 additions and 63 deletions

View File

@@ -20,7 +20,6 @@ cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-sing
cortex-m-rt = "0.7.0"
embedded-hal = "0.2.6"
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"