mirror of
https://github.com/iceHtwoO/novaOS.git
synced 2026-04-16 20:22:26 +00:00
Remove unused import
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
use core::ptr::read_volatile;
|
|
||||||
|
|
||||||
use crate::{mmio_read, mmio_write, peripherals::uart::print};
|
use crate::{mmio_read, mmio_write, peripherals::uart::print};
|
||||||
|
|
||||||
const MBOX_BASE: u32 = 0x3F00_0000 + 0xB880;
|
const MBOX_BASE: u32 = 0x3F00_0000 + 0xB880;
|
||||||
|
|||||||
Reference in New Issue
Block a user