typo in comment

This commit is contained in:
proddy
2024-10-20 15:02:34 +02:00
parent d8f92e509a
commit 3edbf68de0

View File

@@ -632,7 +632,7 @@ uint16_t TxService::read_next_tx(const uint8_t offset, const uint8_t length) {
// some telegrams only reply with one byte less, but have higher offsets (boiler 0x10) // some telegrams only reply with one byte less, but have higher offsets (boiler 0x10)
// some reply with higher offset than requests and have not_set values intermediate (boiler 0xEA) // some reply with higher offset than requests and have not_set values intermediate (boiler 0xEA)
// We have th last byte received // We have the last byte received
if (offset + old_length >= telegram_last_->offset + telegram_last_->message_data[0]) { if (offset + old_length >= telegram_last_->offset + telegram_last_->message_data[0]) {
return 0; return 0;
} }