1
0
forked from fsfw/fsfw

Fixed spelling mistake in HealthHelper

This commit is contained in:
2020-06-25 18:09:32 +02:00
parent b2c352b0f7
commit 053b472157
5 changed files with 6 additions and 6 deletions

View File

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