Skip to content
Snippets Groups Projects
Verified Commit 6294210a authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: removed unused return

parent 561fb8db
No related branches found
No related tags found
1 merge request!23Support for serial data transfer 🔌
Pipeline #2504 passed
......@@ -175,7 +175,6 @@ impl PrinterDevice {
}
PrinterCommand::Other => {
warnln!("Printer: Invalid command: {:02x}", self.state as u8);
return;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment