diff options
| author | everdrone <[email protected]> | 2025-11-10 02:01:56 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-10 02:01:56 +0100 |
| commit | 5926690bfbd366beca13c8b5d0ab4b7a3519aa44 (patch) | |
| tree | 4b0df8b2b36c3324364e8aa49b4d8fea93cc485c /embassy-executor/src/raw/trace.rs | |
| parent | e2807058ffc73bd0fc2f4ce9f29e5a56f3e5a18e (diff) | |
| parent | 4ef7f91663b51e2cfeb6ef40d907bfff90737de8 (diff) | |
Merge branch 'main' into stm32_sai_frame_length
Diffstat (limited to 'embassy-executor/src/raw/trace.rs')
| -rw-r--r-- | embassy-executor/src/raw/trace.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/src/raw/trace.rs b/embassy-executor/src/raw/trace.rs index 74519b927..830162039 100644 --- a/embassy-executor/src/raw/trace.rs +++ b/embassy-executor/src/raw/trace.rs | |||
| @@ -169,7 +169,7 @@ impl TaskTracker { | |||
| 169 | } | 169 | } |
| 170 | 170 | ||
| 171 | #[cfg(feature = "trace")] | 171 | #[cfg(feature = "trace")] |
| 172 | extern "Rust" { | 172 | unsafe extern "Rust" { |
| 173 | /// This callback is called when the executor begins polling. This will always | 173 | /// This callback is called when the executor begins polling. This will always |
| 174 | /// be paired with a later call to `_embassy_trace_executor_idle`. | 174 | /// be paired with a later call to `_embassy_trace_executor_idle`. |
| 175 | /// | 175 | /// |
