summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-08-21 00:45:34 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-08-21 00:45:34 +0200
commit15d2549e63d491ef8c6fa8ab4385cedeb48fb496 (patch)
tree2458154a19cc2d55c5f4c9fbdc0d3301a651ebea /examples
parentfca839c40f9651d84b8d6aa465b8e4169c2a0e76 (diff)
downloadnrf-softdevice-15d2549e63d491ef8c6fa8ab4385cedeb48fb496.zip
Update embassy.
Diffstat (limited to 'examples')
-rw-r--r--examples/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index dc2a117..c07de11 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -25,7 +25,7 @@ ble-gatt-client = ["nrf-softdevice/ble-gatt-client"]
[dependencies]
embassy = { version = "0.1.0", features = ["defmt"]}
embassy-traits = { version = "0.1.0", features = ["defmt"]}
-embassy-nrf = { version = "0.1.0", features = [ "defmt", "nrf52840" ]}
+embassy-nrf = { version = "0.1.0", features = [ "defmt", "nrf52840", "gpiote", "time-driver-rtc1" ]}
cortex-m = { version = "0.7.2" }
cortex-m-rt = "0.6.13"
defmt = { version = "0.2.0", features = ["alloc"] }