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

12 lines
227 B
C
Raw Normal View History

2021-06-08 13:36:08 +02:00
#ifndef FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_
#define FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_
#include <commonConfig.h>
namespace SUBSYSTEM_ID {
enum subsystemId: uint8_t {
};
}
#endif /* FSFWCONFIG_TMTC_SUBSYSTEMIDRANGES_H_ */