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-08-02 21:03:52 +02:00
#define FSFW_EXAMPLE_SUBVERSION 4
2021-06-08 13:46:45 +02:00
#define FSFW_EXAMPLE_REVISION 0
#endif /* COMMON_OBSWVERSION_H_ */