diff options
| author | Oleksandr Babak <alexanderbabak@proton.me> | 2025-05-15 16:49:20 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2025-06-18 18:49:41 +0000 |
| commit | e8428f7c2c2ae0823c9406bbad9fe8d73e2aa383 (patch) | |
| tree | c26cfa04186763f65bceb2c3b6f7f088856d6d8c | |
| parent | 6b2bab03e6a2e601a9238cf9c79256a890a02db9 (diff) | |
export: Update slic to edition 2024
| -rw-r--r-- | rtic/src/export/slic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic/src/export/slic.rs b/rtic/src/export/slic.rs index 537ef92..d795305 100644 --- a/rtic/src/export/slic.rs +++ b/rtic/src/export/slic.rs @@ -17,6 +17,6 @@ pub mod interrupt { #[inline] pub unsafe fn enable() { - riscv_slic::enable(); + unsafe { riscv_slic::enable() }; } } |
