Browse Source

Forgot to remove a samll test comment line within the last commit

embedded-hal-1.0
Christoph Groß 8 years ago
parent
commit
9f5d748e07
  1. 1
      src/epd4in2/mod.rs

1
src/epd4in2/mod.rs

@ -136,7 +136,6 @@ where
Ok(epd)
}
/// blablabla
fn init(&mut self) -> Result<(), E> {
// reset the device
self.reset();

Loading…
Cancel
Save