6 lines
187 B
C++
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);
|