optional module handling complete
This commit is contained in:
11
src/fsfw/monitoring/monitoringConf.h
Normal file
11
src/fsfw/monitoring/monitoringConf.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#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_ */
|
||||
Reference in New Issue
Block a user