more review corrections

This commit is contained in:
Robin Müller 2021-10-11 16:06:12 +02:00
parent 19061c3d50
commit 306a4b647f
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 1 additions and 3 deletions

View File

@ -320,7 +320,7 @@ target_link_libraries(${LIB_FSFW_NAME} PRIVATE
string(CONCAT POST_BUILD_COMMENT
"######################################################################\n"
"Building FSFW v${FSFW_VERSION}.${FSFW_SUBVERSION}.${FSFW_REVISION}, "
"Built FSFW v${FSFW_VERSION}.${FSFW_SUBVERSION}.${FSFW_REVISION}, "
"Target OSAL: ${FSFW_OS_NAME}\n"
"######################################################################\n"
)

View File

@ -1,8 +1,6 @@
#ifndef FSFW_VERSION_H_
#define FSFW_VERSION_H_
const char* const FSFW_VERSION_NAME = "ASTP";
// Versioning is kept in project CMakeLists.txt file
#define FSFW_VERSION @FSFW_VERSION@
#define FSFW_SUBVERSION @FSFW_SUBVERSION@