fsfw-example-hosted/bsp_hosted/fsfwconfig/events/subsystemIdRanges.h

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_ */