Skip to content

Commit 0331ba1

Browse files
committed
Why did I comment out this?
1 parent 86e539c commit 0331ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eeprom_programmer_PC/src/serialportreader.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ void SerialPortReader::stopRxTimeout() {
3232
}
3333

3434
void SerialPortReader::handleTimeout() {
35-
// clearBuffer();
36-
// emit timeout();
35+
clearBuffer();
36+
emit timeout();
3737
}
3838

3939
void SerialPortReader::handleError(QSerialPort::SerialPortError serialPortError)

0 commit comments

Comments
 (0)