Skip to content

Commit

Permalink
examples: ODP dependency rename
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertZ2011 committed Feb 12, 2025
1 parent fa729b2 commit 38a8b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rt685s-evk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
rust-version = "1.79"

[dependencies]
embassy-imxrt = { git = "https://github.com/pop-project/embassy-imxrt", features = [
embassy-imxrt = { git = "https://github.com/OpenDevicePartnership/embassy-imxrt", features = [
"defmt",
"time-driver",
"time",
Expand Down Expand Up @@ -48,7 +48,7 @@ mimxrt685s-pac = { version = "0.1.5", features = [
] }
rand = { version = "0.8.5", default-features = false }

embedded-usb-pd = { path = "https://github.com/pop-project/embedded-usb-pd", default-features = false }
embedded-usb-pd = { git = "https://github.com/OpenDevicePartnership/embedded-usb-pd", default-features = false }

mimxrt600-fcb = "0.1.0"
tps6699x = { path = "../../.", features = ["defmt", "embassy"] }
Expand Down

0 comments on commit 38a8b9f

Please sign in to comment.