diff options
Diffstat (limited to 'embassy-executor/src/executor')
| -rw-r--r-- | embassy-executor/src/executor/raw/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/src/executor/raw/mod.rs b/embassy-executor/src/executor/raw/mod.rs index c943ecd84..56220d10e 100644 --- a/embassy-executor/src/executor/raw/mod.rs +++ b/embassy-executor/src/executor/raw/mod.rs | |||
| @@ -459,4 +459,4 @@ impl rtos_trace::RtosTraceOSCallbacks for Executor { | |||
| 459 | } | 459 | } |
| 460 | 460 | ||
| 461 | #[cfg(feature = "rtos-trace")] | 461 | #[cfg(feature = "rtos-trace")] |
| 462 | rtos_trace::global_os_callbacks!{Executor} | 462 | rtos_trace::global_os_callbacks! {Executor} |
