diff options
| author | Michael van Niekerk <[email protected]> | 2023-07-28 11:56:59 +0200 |
|---|---|---|
| committer | Michael van Niekerk <[email protected]> | 2023-07-28 11:56:59 +0200 |
| commit | 91338adc159dd026ba56dcb4e991ed9f60053bb0 (patch) | |
| tree | d8f115c4ebf3e1f09fa412bdaf1dde1908dec107 /examples | |
| parent | 0f1ff77fcc3c085f9969bac4963d784c022e6044 (diff) | |
Don't include embedded-hal-common
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rp/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index 2a018ad04..c812cb3ee 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -7,7 +7,6 @@ license = "MIT OR Apache-2.0" | |||
| 7 | 7 | ||
| 8 | [dependencies] | 8 | [dependencies] |
| 9 | embassy-embedded-hal = { version = "0.1.0", path = "../../embassy-embedded-hal", features = ["defmt"] } | 9 | embassy-embedded-hal = { version = "0.1.0", path = "../../embassy-embedded-hal", features = ["defmt"] } |
| 10 | embassy-hal-common = { version = "0.1.0", path = "../../embassy-hal-common", features = ["defmt"] } | ||
| 11 | embassy-sync = { version = "0.2.0", path = "../../embassy-sync", features = ["defmt"] } | 10 | embassy-sync = { version = "0.2.0", path = "../../embassy-sync", features = ["defmt"] } |
| 12 | embassy-executor = { version = "0.2.0", path = "../../embassy-executor", features = ["nightly", "arch-cortex-m", "executor-thread", "executor-interrupt", "defmt", "integrated-timers"] } | 11 | embassy-executor = { version = "0.2.0", path = "../../embassy-executor", features = ["nightly", "arch-cortex-m", "executor-thread", "executor-interrupt", "defmt", "integrated-timers"] } |
| 13 | embassy-time = { version = "0.1.2", path = "../../embassy-time", features = ["nightly", "unstable-traits", "defmt", "defmt-timestamp-uptime"] } | 12 | embassy-time = { version = "0.1.2", path = "../../embassy-time", features = ["nightly", "unstable-traits", "defmt", "defmt-timestamp-uptime"] } |
