clean up config code
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-09-16 12:28:39 +02:00
parent 0b43c3137f
commit 68039d5d4a
24 changed files with 27 additions and 26 deletions

View File

@ -1,7 +1,7 @@
#include "commonConfig.h"
#include "fsfw/tmtcpacket/ccsds/defs.h"
#include "eive/definitions.h"
#include "fsfw/tmtcpacket/ccsds/defs.h"
const fsfw::Version common::OBSW_VERSION{OBSW_VERSION_MAJOR, OBSW_VERSION_MINOR,
OBSW_VERSION_REVISION, OBSW_VERSION_CST_GIT_SHA1};

View File

@ -24,8 +24,6 @@ static constexpr uint8_t LIVE_TM = 0;
static constexpr uint32_t MAX_PATH_SIZE = 100;
static constexpr uint32_t MAX_FILENAME_SIZE = 50;
} // namespace config
#endif /* COMMON_CONFIG_DEFINITIONS_H_ */