12 lines
295 B
C
12 lines
295 B
C
#ifndef FSFW_MONITORING_MONITORINGCONF_H_
|
|
#define FSFW_MONITORING_MONITORINGCONF_H_
|
|
|
|
#include "fsfw/FSFW.h"
|
|
|
|
#ifndef FSFW_ADD_MONITORING
|
|
#warning Monitoring files were included but compilation was \
|
|
not enabled with FSFW_ADD_MONITORING
|
|
#endif
|
|
|
|
#endif /* FSFW_MONITORING_MONITORINGCONF_H_ */
|