aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-06-25 03:51:39 +0200
committerGitHub <[email protected]>2021-06-25 03:51:39 +0200
commita35c8561c7dfafeabe10877a94f8519174dfe4c7 (patch)
tree0757b7d09b6971a9cae0d7308ce0f730b7128bb3 /examples
parente1880a19df2f91757aa34a21b670da22ccb81440 (diff)
parent5a6384d199e859c54d31a780d3c18b3b38311b45 (diff)
Merge pull request #256 from embassy-rs/rp-clocks
rp: clock setup
Diffstat (limited to 'examples')
-rw-r--r--examples/rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index 71b48129f..e45bf5943 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -19,7 +19,7 @@ defmt-error = []
19[dependencies] 19[dependencies]
20embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] } 20embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] }
21embassy-rp = { version = "0.1.0", path = "../../embassy-rp", features = ["defmt", "defmt-trace"] } 21embassy-rp = { version = "0.1.0", path = "../../embassy-rp", features = ["defmt", "defmt-trace"] }
22rp2040-pac2 = { git = "https://github.com/Dirbaio/rp2040-pac", rev="254f4677937801155ca3cb17c7bb9d38eb62683e" } 22rp2040-pac2 = { git = "https://github.com/embassy-rs/rp2040-pac2", rev="e8635fd05f43b6c21ec462fb8c06140e1fb26961" }
23atomic-polyfill = { version = "0.1.1" } 23atomic-polyfill = { version = "0.1.1" }
24 24
25defmt = "0.2.0" 25defmt = "0.2.0"