trying to fuse header / inc

This commit is contained in:
2021-07-19 16:25:51 +02:00
parent 7849b8e391
commit d47906e833
767 changed files with 117 additions and 135 deletions

9
src/fsfw/health.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef FSFW_INC_FSFW_HEALTH_H_
#define FSFW_INC_FSFW_HEALTH_H_
#include "src/core/health/HasHealthIF.h"
#include "src/core/health/HealthHelper.h"
#include "src/core/health/HealthMessage.h"
#include "src/core/health/HealthTable.h"
#endif /* FSFW_INC_FSFW_HEALTH_H_ */