Remove wrong serial_println import

This commit is contained in:
Philipp Oppermann
2019-01-25 13:36:04 +01:00
parent c0e0136349
commit 1d0bdad7d0

View File

@@ -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))]