added readme and efaultcfg
This commit is contained in:
14
defaultcfg/config/OBSWConfig.h
Normal file
14
defaultcfg/config/OBSWConfig.h
Normal file
@ -0,0 +1,14 @@
|
||||
#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_ */
|
Reference in New Issue
Block a user