Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKoch committed Jan 12, 2025
1 parent b9a4d46 commit 532fc02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ embassy-executor = { version = "0.7", features = [
"arch-cortex-m",
"executor-thread",
], optional = true }
embassy-time = "0.4"
embassy-time = { version = "0.4" }
embassy-rp = { version = "0.3", features = [
"rp2040",
"unstable-pac",
"time-driver",
"critical-section-impl",
Expand Down Expand Up @@ -69,6 +70,7 @@ std = [
"dep:tokio",
"dep:tokio-serial",
"atat/log",
"embassy-time/generic-queue-8",
"embassy-time/std",
"critical-section/std",
"embedded-io-adapters",
Expand Down

0 comments on commit 532fc02

Please sign in to comment.