some comment line break

This commit is contained in:
Robin Müller 2020-04-16 17:02:04 +02:00
parent fc08754b98
commit eb362dcad2
1 changed files with 2 additions and 1 deletions

View File

@ -690,7 +690,8 @@ void DeviceHandlerBase::replyRawData(const uint8_t *data, size_t len,
if (result != RETURN_OK) {
IPCStore->deleteData(address);
//Silently discard data, this indicates heavy TM traffic which should not be increased by additional events.
// Silently discard data, this indicates heavy TM traffic which should
// not be increased by additional events.
}
}