some fixes

This commit is contained in:
2020-12-14 13:03:47 +01:00
parent 12d5db0ec0
commit bdc506a54c
25 changed files with 19 additions and 19 deletions

View File

@ -0,0 +1,12 @@
#ifndef FSFWCONFIG_OBSWVERSION_H_
#define FSFWCONFIG_OBSWVERSION_H_
const char* const SW_NAME = "eive";
#define SW_VERSION 0
#define SW_SUBVERSION 2
#define SW_SUBSUBVERSION 0
#endif /* FSFWCONFIG_OBSWVERSION_H_ */