fix for hosted bsp

This commit is contained in:
Robin Müller 2021-05-18 16:17:51 +02:00 committed by Robin Mueller
parent 68158097d9
commit d9abf60db1
2 changed files with 3 additions and 8 deletions

View File

@ -6,12 +6,6 @@
namespace SUBSYSTEM_ID {
enum: uint8_t {
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_RM3100 = 107,
PCDU_HANDLER = 108,

View File

@ -1,8 +1,9 @@
#ifndef FSFWCONFIG_EVENTS_SUBSYSTEMIDRANGES_H_
#define FSFWCONFIG_EVENTS_SUBSYSTEMIDRANGES_H_
#include <common/config/commonSubsystemIds.h>
#include <fsfw/events/fwSubsystemIdRanges.h>
#include "common/config/commonSubsystemIds.h"
#include "fsfw/events/fwSubsystemIdRanges.h"
#include <cstdint>
/**