regenerated events

This commit is contained in:
Jakob Meier
2022-04-24 12:34:08 +02:00
parent 9301206485
commit 6876952bbd
12 changed files with 58 additions and 151 deletions

View File

@ -1136,7 +1136,7 @@ class WriteMemory : public SupvTcSpacePacket {
}
// Although the space packet has space left for 1010 bytes of data to supervisor can only process
// update packets with maximum 512 bytes of update data.
// update packets with a maximum of 512 bytes.
static const uint16_t CHUNK_MAX = 512;
private: