1
0
forked from fsfw/fsfw

dataset base bugfixes

This commit is contained in:
2020-06-11 16:03:09 +02:00
parent a9c7ad84c8
commit 206235ed47
2 changed files with 8 additions and 4 deletions

View File

@ -62,7 +62,7 @@ void HealthHelper::setHealth(HasHealthIF::HealthState health) {
void HealthHelper::informParent(HasHealthIF::HealthState health,
HasHealthIF::HealthState oldHealth) {
if (parentQueue == 0) {
if (parentQueue == MessageQueueMessageIF::NO_QUEUE) {
return;
}
MessageQueueMessage message;