summaryrefslogtreecommitdiff
path: root/nrf-softdevice-defmt-rtt/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-10 00:12:22 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-05-10 00:24:02 +0200
commit7e0bf163f35dca8a1daba11429035a7780f5f4b7 (patch)
tree93bace85158e5c2da5e6e19800c3a2dcacd711c1 /nrf-softdevice-defmt-rtt/Cargo.toml
parent963b2f871556dac53d2d9b4e25cff282e5d90b61 (diff)
downloadnrf-softdevice-7e0bf163f35dca8a1daba11429035a7780f5f4b7.zip
Replace `interrupts` mod with `critical-section` crate
Diffstat (limited to 'nrf-softdevice-defmt-rtt/Cargo.toml')
-rw-r--r--nrf-softdevice-defmt-rtt/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/nrf-softdevice-defmt-rtt/Cargo.toml b/nrf-softdevice-defmt-rtt/Cargo.toml
index d4b4be3..611a713 100644
--- a/nrf-softdevice-defmt-rtt/Cargo.toml
+++ b/nrf-softdevice-defmt-rtt/Cargo.toml
@@ -14,3 +14,4 @@ version = "0.1.0"
defmt = { version = "0.2.0" }
nrf-softdevice = { path = "../nrf-softdevice", version = "0.1.0" }
cortex-m = "0.6.4"
+critical-section = { version = "0.1.0" }