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-10-20 17:39:48 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
namespace config {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* Add mission configuration flags here */
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* CONFIG_OBSWCONFIG_H_ */
|