We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a4d46 commit 2dc0075Copy full SHA for 2dc0075
examples/Cargo.toml
@@ -35,7 +35,7 @@ embassy-executor = { version = "0.7", features = [
35
"arch-cortex-m",
36
"executor-thread",
37
], optional = true }
38
-embassy-time = "0.4"
+embassy-time = { version = "0.4" }
39
embassy-rp = { version = "0.3", features = [
40
"unstable-pac",
41
"time-driver",
@@ -69,6 +69,7 @@ std = [
69
"dep:tokio",
70
"dep:tokio-serial",
71
"atat/log",
72
+ "embassy-time/generic-queue-8",
73
"embassy-time/std",
74
"critical-section/std",
75
"embedded-io-adapters",
0 commit comments