testArduino/fsfw/defaultcfg/fsfwconfig/OBSWConfig.h

17 lines
238 B
C
Raw Normal View History

2021-06-21 15:04:15 +02:00
#ifndef CONFIG_OBSWCONFIG_H_
#define CONFIG_OBSWCONFIG_H_
#include "OBSWVersion.h"
#ifdef __cplusplus
namespace config {
#endif
/* Add mission configuration flags here */
#ifdef __cplusplus
}
#endif
#endif /* CONFIG_OBSWCONFIG_H_ */