removed unneeded static constexpr

This commit is contained in:
Robin Müller 2021-10-05 13:17:12 +02:00 committed by Robin Mueller
parent ffa38a81b7
commit d2371b3e71
1 changed files with 0 additions and 3 deletions

View File

@ -54,9 +54,6 @@ public:
sizeof(PUSTmDataFieldHeaderPusC) + 2);
//! Maximum size of a TM Packet in this mission.
static const uint32_t MISSION_TM_PACKET_MAX_SIZE = fsfwconfig::FSFW_MAX_TM_PACKET_SIZE;
//! First four bits of first byte of secondary header. Set to 2 according
//! to ECSS-E-ST-70-41C p.439
static constexpr uint8_t TM_PUS_VERSION_NUMBER = 2;
/**
* This is the default constructor.