1
0
forked from fsfw/fsfw

Fixed spelling mistake in HealthHelper

This commit is contained in:
2020-06-25 18:09:32 +02:00
committed by Robin.Mueller
parent b4d6d970bc
commit e179288c00
5 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@ MessageQueueId_t HealthDevice::getCommandQueue() const {
}
void HealthDevice::setParentQueue(MessageQueueId_t parentQueue) {
healthHelper.setParentQeueue(parentQueue);
healthHelper.setParentQueue(parentQueue);
}
bool HealthDevice::hasHealthChanged() {