Merge pull request 'important bugfix' (#360) from KSat/fsfw:mueller/hk-bugfix into development

Reviewed-on: #360
This commit is contained in:
Steffen Gaisser 2021-01-25 14:39:48 +01:00
commit f11e7407d6

View File

@ -176,7 +176,7 @@ void HousekeepingMessage::setUpdateNotificationVariableCommand(
void HousekeepingMessage::setUpdateSnapshotSetCommand(CommandMessage *command,
sid_t sid, store_address_t storeId) {
command->setCommand(UPDATE_SNAPSHOT_VARIABLE);
command->setCommand(UPDATE_SNAPSHOT_SET);
setSid(command, sid);
command->setParameter3(storeId.raw);
}