fix for hosted bsp
This commit is contained in:
parent
68158097d9
commit
d9abf60db1
@ -6,12 +6,6 @@
|
|||||||
namespace SUBSYSTEM_ID {
|
namespace SUBSYSTEM_ID {
|
||||||
enum: uint8_t {
|
enum: uint8_t {
|
||||||
COMMON_SUBSYSTEM_ID_START = FW_SUBSYSTEM_ID_RANGE,
|
COMMON_SUBSYSTEM_ID_START = FW_SUBSYSTEM_ID_RANGE,
|
||||||
PUS_SERVICE_2 = 100,
|
|
||||||
PUS_SERVICE_3 = 101,
|
|
||||||
PUS_SERVICE_5 = 102,
|
|
||||||
PUS_SERVICE_6 = 103,
|
|
||||||
PUS_SERVICE_8 = 104,
|
|
||||||
PUS_SERVICE_23 = 105,
|
|
||||||
MGM_LIS3MDL = 106,
|
MGM_LIS3MDL = 106,
|
||||||
MGM_RM3100 = 107,
|
MGM_RM3100 = 107,
|
||||||
PCDU_HANDLER = 108,
|
PCDU_HANDLER = 108,
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
#ifndef FSFWCONFIG_EVENTS_SUBSYSTEMIDRANGES_H_
|
#ifndef FSFWCONFIG_EVENTS_SUBSYSTEMIDRANGES_H_
|
||||||
#define FSFWCONFIG_EVENTS_SUBSYSTEMIDRANGES_H_
|
#define FSFWCONFIG_EVENTS_SUBSYSTEMIDRANGES_H_
|
||||||
|
|
||||||
#include <common/config/commonSubsystemIds.h>
|
#include "common/config/commonSubsystemIds.h"
|
||||||
#include <fsfw/events/fwSubsystemIdRanges.h>
|
#include "fsfw/events/fwSubsystemIdRanges.h"
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user