minor tweaks
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
EIVE/eive-obsw/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2022-08-30 16:06:17 +02:00
parent 74b45f30a0
commit 4649ae2edb
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 2 additions and 3 deletions

2
fsfw

@ -1 +1 @@
Subproject commit 21ac86619e2b1fecf71bd2aa0f09ecbd471c8531
Subproject commit 141dcb1f149b824b5bd6e5d3339ecb712835751e

View File

@ -43,8 +43,7 @@ void ACUHandler::letChildHandleHkReply(DeviceCommandId_t id, const uint8_t *pack
}
void ACUHandler::letChildHandleConfigReply(DeviceCommandId_t id, const uint8_t *packet) {
util::DataWrapper wrapper(packet, ACU::CONFIG_TABLE_SIZE);
handleDeviceTm(wrapper, id);
handleDeviceTm(util::DataWrapper(packet, ACU::CONFIG_TABLE_SIZE), id);
}
LocalPoolDataSetBase *ACUHandler::getDataSetHandle(sid_t sid) {