1
0
forked from fsfw/fsfw
Files
fsfw/misc/defaultcfg/fsfwconfig/OBSWConfig.h
2021-07-13 18:40:52 +02:00

22 lines
351 B
C++

#ifndef CONFIG_OBSWCONFIG_H_
#define CONFIG_OBSWCONFIG_H_
#include "OBSWVersion.h"
#ifdef __cplusplus
#include "objects/systemObjectList.h"
#include "events/subsystemIdRanges.h"
#include "returnvalues/classIds.h"
namespace config {
#endif
/* Add mission configuration flags here */
#ifdef __cplusplus
}
#endif
#endif /* CONFIG_OBSWCONFIG_H_ */