fsfw/defaultcfg/fsfwconfig/OBSWConfig.h

21 lines
350 B
C
Raw Normal View History

2020-10-20 17:38:41 +02:00
#ifndef CONFIG_OBSWCONFIG_H_
#define CONFIG_OBSWCONFIG_H_
2020-10-20 17:51:13 +02:00
#include "OBSWVersion.h"
2020-12-22 12:45:51 +01:00
#include "objects/systemObjectList.h"
#include "events/subsystemIdRanges.h"
#include "returnvalues/classIds.h"
2020-10-20 17:38:41 +02:00
#ifdef __cplusplus
namespace config {
#endif
/* Add mission configuration flags here */
#ifdef __cplusplus
}
#endif
#endif /* CONFIG_OBSWCONFIG_H_ */