Skip to content

Commit

Permalink
remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
kiffie committed Apr 4, 2024
1 parent 9349937 commit 368b93d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pic32-hal/src/int.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use crate::pac::INT;
use crate::pac_crate::{Reg, RegisterSpec};
use core::convert::TryFrom;
use core::marker::PhantomData;
use core::ptr::{read_volatile, write_volatile};

Expand Down

0 comments on commit 368b93d

Please sign in to comment.