fsfw/defaultcfg/fsfwconfig/OBSWConfig.h

21 lines
350 B
C
Raw Normal View History

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