Skip to content
Snippets Groups Projects
Verified Commit e13107b4 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Remove warning

parent f7f4013c
No related branches found
No related tags found
No related merge requests found
use crate::devices::uart_16550::SerialPort;
use crate::syscall::io::{Mmio, Pio};
#[cfg(feature = "lpss_debug")]
use crate::syscall::io::Mmio;
use crate::syscall::io::Pio;
use spin::Mutex;
pub static COM1: Mutex<SerialPort<Pio<u8>>> = Mutex::new(SerialPort::<Pio<u8>>::new(0x3F8));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment