fsfw-example-common/config/OBSWVersion.h

9 lines
194 B
C
Raw Permalink Normal View History

2021-06-08 13:46:45 +02:00
#ifndef COMMON_OBSWVERSION_H_
#define COMMON_OBSWVERSION_H_
2022-05-05 20:55:28 +02:00
#define FSFW_EXAMPLE_VERSION 1
2022-05-05 20:57:30 +02:00
#define FSFW_EXAMPLE_SUBVERSION 5
2022-05-05 20:55:28 +02:00
#define FSFW_EXAMPLE_REVISION 0
2021-06-08 13:46:45 +02:00
#endif /* COMMON_OBSWVERSION_H_ */