Fixed spelling mistake in HealthHelper

This commit is contained in:
Steffen Gaisser 2020-06-25 18:09:32 +02:00 committed by Robin.Mueller
parent 6b03a1c03d
commit dc4db6e031

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() {