removed unneeded static constexpr

This commit is contained in:
Robin Müller 2021-10-05 13:17:12 +02:00
parent 1736a9158e
commit 9b58cebcad
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
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.