parameter improvements #181
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw:mueller/parameter-updates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
message queue ID was initialized with 0 (but not explicitely..). Is initialized to MessageQueueIF::NO_QUEUE now
typo fixesto parameter improvements@ -274,3 +273,1 @@
+ (((startingRow + fromRow) * columns)
+ startingColumn) * typeSize,
from->readonlyData, typeSize * from->columns);
uint8_t offset = (((startingRow + fromRow) * columns) + startingColumn) * typeSize;
The offset can be larger than 8 bit.