eive-obsw/common/config/commonConfig.cpp

6 lines
187 B
C++
Raw Normal View History

2021-09-28 14:58:12 +02:00
#include "commonConfig.h"
#include "tmtc/apid.h"
#include "fsfw/tmtcpacket/SpacePacket.h"
2021-09-28 17:43:18 +02:00
const uint16_t common::TC_PACKET_ID = spacepacket::getTcSpacePacketIdFromApid(apid::EIVE_OBSW);