DHB Update #144

Merged
gaisser merged 17 commits from KSat/fsfw:mueller/feature/DHBupdate into master 2020-09-01 12:24:21 +02:00
Showing only changes of commit dc4db6e031 - Show all commits

View File

@ -1134,7 +1134,7 @@ ReturnValue_t DeviceHandlerBase::handleDeviceHandlerMessage(
void DeviceHandlerBase::setParentQueue(MessageQueueId_t parentQueueId) {
modeHelper.setParentQueue(parentQueueId);
healthHelper.setParentQeueue(parentQueueId);
healthHelper.setParentQueue(parentQueueId);
}
bool DeviceHandlerBase::isAwaitingReply() {