Skip to content

Commit

Permalink
chore: 🩹 Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ion098 authored Nov 8, 2024
1 parent 8dbd43f commit 97be0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kernel/src/sdk/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use core::{
arch::asm,
ffi::c_void,
sync::atomic::{AtomicBool, AtomicU32, Ordering},
sync::atomic::{AtomicBool, Ordering},
};

use vex_sdk::*;
Expand Down

0 comments on commit 97be0fb

Please sign in to comment.