mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Fix remaining uses of {vga_buffer, serial}::print
This commit is contained in:
@@ -106,7 +106,7 @@ pub fn _print(args: ::core::fmt::Arguments) {
|
||||
#[macro_export]
|
||||
macro_rules! serial_print {
|
||||
($($arg:tt)*) => {
|
||||
$crate::serial::print(format_args!($($arg)*));
|
||||
$crate::serial::_print(format_args!($($arg)*));
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user