6 lines
188 B
C++
6 lines
188 B
C++
#include "commonConfig.h"
|
|
#include "tmtc/apid.h"
|
|
#include "fsfw/tmtcpacket/SpacePacket.h"
|
|
|
|
const uint16_t common::PUS_PACKET_ID = spacepacket::getTcSpacePacketIdFromApid(apid::EIVE_OBSW);
|