diff options
| author | Quentin Smith <[email protected]> | 2022-08-10 17:09:11 -0400 |
|---|---|---|
| committer | Quentin Smith <[email protected]> | 2022-08-10 17:09:11 -0400 |
| commit | 145af0e4ab75d931cba401f1755f383bcc713892 (patch) | |
| tree | e060519021af522243a98bee38dee6d78a094d94 /embassy-executor/src/executor/raw | |
| parent | a3c1522ce64b00c6d310947ebc6dad9fe1e28d55 (diff) | |
cargo fmt
Diffstat (limited to 'embassy-executor/src/executor/raw')
| -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} |
