Skip to content

Commit

Permalink
log read
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis authored Oct 2, 2024
1 parent 5e187df commit eabaf00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Interface/LinuxSerialInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ uint8_t LinuxSerialInterface::read() {
vw_log_e("Error reading serial port");
return 0;
}
std::cout << "rx: 0x" std::setfill('0') << std::setw(2) << std::hex << unsigned(buf) << std::endl;
return buf;
}

Expand Down

0 comments on commit eabaf00

Please sign in to comment.