Robin Mueller
d2337a769c
All checks were successful
fsfw/fsfw example hosted/pipeline/head This commit looks good
13 lines
212 B
C++
13 lines
212 B
C++
#ifndef FSFWCONFIG_TMTC_APID_H_
|
|
#define FSFWCONFIG_TMTC_APID_H_
|
|
|
|
#include <commonConfig.h>
|
|
|
|
#include <cstdint>
|
|
|
|
namespace apid {
|
|
static const uint16_t APID = COMMON_APID;
|
|
};
|
|
|
|
#endif /* FSFWCONFIG_TMTC_APID_H_ */
|