mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Import lazy_static through normal use
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
use spin::Mutex;
|
||||
use uart_16550::SerialPort;
|
||||
use lazy_static::lazy_static;
|
||||
|
||||
lazy_static! {
|
||||
pub static ref SERIAL1: Mutex<SerialPort> = {
|
||||
|
||||
Reference in New Issue
Block a user