compiler warning

This commit is contained in:
John
2021-02-07 13:07:22 +01:00
parent a4db2f7ca5
commit 19072c4249
+1 -1
View File
@@ -550,7 +550,7 @@ result_t BusHandler::handleSymbol() {
// send symbol if necessary
result_t result;
struct timespec sentTime = {}, recvTime = {};
struct timespec sentTime, recvTime;
if (sending) {
if (m_state != bs_sendSyn && (sendSymbol == ESC || sendSymbol == SYN)) {
if (m_escape) {