15 lines
212 B
C
15 lines
212 B
C
|
#ifndef CONFIG_OBSWCONFIG_H_
|
||
|
#define CONFIG_OBSWCONFIG_H_
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
namespace config {
|
||
|
#endif
|
||
|
|
||
|
/* Add mission configuration flags here */
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif /* CONFIG_OBSWCONFIG_H_ */
|