diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-24 19:05:31 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-24 23:52:09 +0100 |
| commit | 259cf6192b920dff4cce0486488d929bf4e05b96 (patch) | |
| tree | 3e587f4d409408ef954fdfce79f11258581bf75f /embassy-macros | |
| parent | e8ff5a2baf217ac7e52f119c0d17a9826ad60067 (diff) | |
executor: Remove non-functional rtos-trace-interrupt.
Diffstat (limited to 'embassy-macros')
| -rw-r--r-- | embassy-macros/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/embassy-macros/Cargo.toml b/embassy-macros/Cargo.toml index a893cd30f..4e94bf834 100644 --- a/embassy-macros/Cargo.toml +++ b/embassy-macros/Cargo.toml | |||
| @@ -20,6 +20,4 @@ proc-macro2 = "1.0.29" | |||
| 20 | [lib] | 20 | [lib] |
| 21 | proc-macro = true | 21 | proc-macro = true |
| 22 | 22 | ||
| 23 | [features] | 23 | [features] \ No newline at end of file |
| 24 | # Enabling this cause interrupt::take! to require embassy-executor | ||
| 25 | rtos-trace-interrupt = [] | ||
