eive-obsw/common/config/commonConfig.cpp
Robin Mueller e5d0dac65e
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
tcpip components refactoring
2021-09-28 14:58:12 +02:00

6 lines
187 B
C++

#include "commonConfig.h"
#include "tmtc/apid.h"
#include "fsfw/tmtcpacket/SpacePacket.h"
const uint16_t common::TC_PACKET_ID = SpacePacket::getTcSpacePacketIdFromApid(apid::EIVE_OBSW);