Robin Mueller
46dcc18ddb
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
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);
|