fsfw-example-common/config/OBSWVersion.h

9 lines
211 B
C
Raw Normal View History

2021-06-08 13:46:45 +02:00
#ifndef COMMON_OBSWVERSION_H_
#define COMMON_OBSWVERSION_H_
#define FSFW_EXAMPLE_VERSION 1
2021-06-08 17:30:49 +02:00
#define FSFW_EXAMPLE_SUBVERSION 2
2021-06-08 13:46:45 +02:00
#define FSFW_EXAMPLE_REVISION 0
#endif /* COMMON_OBSWVERSION_H_ */