USB updates, remove iostream usage
This commit is contained in:
@@ -26,7 +26,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
auto driver = std::make_shared<driver::P700Driver>(usb);
|
||||
auto printer = std::make_unique<printer::P700Printer>(std::move(driver));
|
||||
auto printer = std::make_shared<printer::P700Printer>(std::move(driver));
|
||||
//printer::info info = printer->getInfo();
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user