Robin Mueller
d2337a769c
All checks were successful
fsfw/fsfw example hosted/pipeline/head This commit looks good
11 lines
233 B
C++
11 lines
233 B
C++
#ifndef FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_
|
|
#define FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_
|
|
|
|
#include "commonSubsystemIds.h"
|
|
|
|
namespace SUBSYSTEM_ID {
|
|
enum subsystemId : uint8_t {};
|
|
}
|
|
|
|
#endif /* FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_ */
|