export: Update slic to edition 2024

This commit is contained in:
Oleksandr Babak 2025-05-15 16:49:20 +02:00 committed by Emil Fresk
parent 6b2bab03e6
commit e8428f7c2c

View file

@ -17,6 +17,6 @@ pub mod interrupt {
#[inline]
pub unsafe fn enable() {
riscv_slic::enable();
unsafe { riscv_slic::enable() };
}
}