We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfd12a commit c98d181Copy full SHA for c98d181
src/Interface/LinuxSerialInterface.cpp
@@ -90,7 +90,6 @@ uint8_t LinuxSerialInterface::read() {
90
vw_log_e("Error reading serial port");
91
return 0;
92
}
93
- std::cout << "rx: 0x" << std::setfill('0') << std::setw(2) << std::hex << unsigned(buf) << std::endl;
94
return buf;
95
96
0 commit comments