diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-06-25 03:51:39 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-25 03:51:39 +0200 |
| commit | a35c8561c7dfafeabe10877a94f8519174dfe4c7 (patch) | |
| tree | 0757b7d09b6971a9cae0d7308ce0f730b7128bb3 /examples | |
| parent | e1880a19df2f91757aa34a21b670da22ccb81440 (diff) | |
| parent | 5a6384d199e859c54d31a780d3c18b3b38311b45 (diff) | |
Merge pull request #256 from embassy-rs/rp-clocks
rp: clock setup
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rp/Cargo.toml | 2 |
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] |
| 20 | embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] } | 20 | embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-trace"] } |
| 21 | embassy-rp = { version = "0.1.0", path = "../../embassy-rp", features = ["defmt", "defmt-trace"] } | 21 | embassy-rp = { version = "0.1.0", path = "../../embassy-rp", features = ["defmt", "defmt-trace"] } |
| 22 | rp2040-pac2 = { git = "https://github.com/Dirbaio/rp2040-pac", rev="254f4677937801155ca3cb17c7bb9d38eb62683e" } | 22 | rp2040-pac2 = { git = "https://github.com/embassy-rs/rp2040-pac2", rev="e8635fd05f43b6c21ec462fb8c06140e1fb26961" } |
| 23 | atomic-polyfill = { version = "0.1.1" } | 23 | atomic-polyfill = { version = "0.1.1" } |
| 24 | 24 | ||
| 25 | defmt = "0.2.0" | 25 | defmt = "0.2.0" |
