diff options
| author | Ulf Lilleengen <[email protected]> | 2021-12-10 12:58:23 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2021-12-10 12:58:23 +0100 |
| commit | aa0abe976a481b0fb58d6bdee5d448658e6f8ffc (patch) | |
| tree | 5b44c88091681ccac8a8990b3ad94c2e960ea933 /docs/modules/ROOT/examples/basic/Cargo.toml | |
| parent | e5d4d0952b78ef343f14205f5ebd3f1d7804f9e8 (diff) | |
Fix doc example compile
Diffstat (limited to 'docs/modules/ROOT/examples/basic/Cargo.toml')
| -rw-r--r-- | docs/modules/ROOT/examples/basic/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/modules/ROOT/examples/basic/Cargo.toml b/docs/modules/ROOT/examples/basic/Cargo.toml index a683a28bf..0f1c30da3 100644 --- a/docs/modules/ROOT/examples/basic/Cargo.toml +++ b/docs/modules/ROOT/examples/basic/Cargo.toml | |||
| @@ -5,9 +5,8 @@ name = "embassy-basic-example" | |||
| 5 | version = "0.1.0" | 5 | version = "0.1.0" |
| 6 | 6 | ||
| 7 | [dependencies] | 7 | [dependencies] |
| 8 | embassy = { version = "0.1.0", path = "../../../../embassy", features = ["defmt"] } | 8 | embassy = { version = "0.1.0", path = "../../../../../embassy", features = ["defmt"] } |
| 9 | embassy-traits = { version = "0.1.0", path = "../../../../embassy-traits", features = ["defmt"] } | 9 | embassy-nrf = { version = "0.1.0", path = "../../../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote"] } |
| 10 | embassy-nrf = { version = "0.1.0", path = "../../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote"] } | ||
| 11 | 10 | ||
| 12 | defmt = "0.3" | 11 | defmt = "0.3" |
| 13 | defmt-rtt = "0.3" | 12 | defmt-rtt = "0.3" |
