updated constants
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2021-10-18 18:23:26 +02:00
parent 9ddea586ea
commit 46dcc18ddb
3 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@
#include "tmtc/apid.h"
#include "fsfw/tmtcpacket/SpacePacket.h"
constexpr uint16_t common::PUS_PACKET_ID = spacepacket::getTcSpacePacketIdFromApid(apid::EIVE_OBSW);
const uint16_t common::PUS_PACKET_ID = spacepacket::getTcSpacePacketIdFromApid(apid::EIVE_OBSW);