parameter improvements #181

Merged
gaisser merged 5 commits from KSat/fsfw:mueller/parameter-updates into master 2020-09-01 12:45:23 +02:00
Owner

message queue ID was initialized with 0 (but not explicitely..). Is initialized to MessageQueueIF::NO_QUEUE now

message queue ID was initialized with 0 (but not explicitely..). Is initialized to MessageQueueIF::NO_QUEUE now
muellerr added the
bug
feature
labels 2020-08-28 18:48:50 +02:00
muellerr changed title from typo fixes to parameter improvements 2020-08-28 18:49:00 +02:00
gaisser requested changes 2020-09-01 12:28:50 +02:00
@ -274,3 +273,1 @@
+ (((startingRow + fromRow) * columns)
+ startingColumn) * typeSize,
from->readonlyData, typeSize * from->columns);
uint8_t offset = (((startingRow + fromRow) * columns) + startingColumn) * typeSize;
Owner

The offset can be larger than 8 bit.

The offset can be larger than 8 bit.
gaisser marked this conversation as resolved
gaisser self-assigned this 2020-09-01 12:29:04 +02:00
gaisser approved these changes 2020-09-01 12:45:06 +02:00
gaisser merged commit 96c421b72c into master 2020-09-01 12:45:20 +02:00
gaisser deleted branch mueller/parameter-updates 2020-09-01 12:45:24 +02:00
Sign in to join this conversation.
No description provided.