mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Remove wrong serial_println import
This commit is contained in:
@@ -130,8 +130,6 @@ Now we can print to the serial interface in our `main.rs`:
|
|||||||
```rust
|
```rust
|
||||||
// in src/main.rs
|
// in src/main.rs
|
||||||
|
|
||||||
use crate::serial_println;
|
|
||||||
|
|
||||||
mod serial;
|
mod serial;
|
||||||
|
|
||||||
#[cfg(not(test))]
|
#[cfg(not(test))]
|
||||||
|
|||||||
Reference in New Issue
Block a user