aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-24 19:05:31 +0100
committerDario Nieuwenhuis <[email protected]>2023-11-24 23:52:09 +0100
commit259cf6192b920dff4cce0486488d929bf4e05b96 (patch)
tree3e587f4d409408ef954fdfce79f11258581bf75f /embassy-executor/Cargo.toml
parente8ff5a2baf217ac7e52f119c0d17a9826ad60067 (diff)
executor: Remove non-functional rtos-trace-interrupt.
Diffstat (limited to 'embassy-executor/Cargo.toml')
-rw-r--r--embassy-executor/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index 3a623e99f..54ea1a548 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -49,9 +49,6 @@ turbowakers = []
49 49
50integrated-timers = ["dep:embassy-time"] 50integrated-timers = ["dep:embassy-time"]
51 51
52# Trace interrupt invocations with rtos-trace.
53rtos-trace-interrupt = ["rtos-trace", "embassy-macros/rtos-trace-interrupt"]
54
55[dependencies] 52[dependencies]
56defmt = { version = "0.3", optional = true } 53defmt = { version = "0.3", optional = true }
57log = { version = "0.4.14", optional = true } 54log = { version = "0.4.14", optional = true }