mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
export: Update slic to edition 2024
This commit is contained in:
parent
6b2bab03e6
commit
e8428f7c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -17,6 +17,6 @@ pub mod interrupt {
|
|||
|
||||
#[inline]
|
||||
pub unsafe fn enable() {
|
||||
riscv_slic::enable();
|
||||
unsafe { riscv_slic::enable() };
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue