Release v3.0.0 #532

Merged
mohr merged 151 commits from development into master 2022-01-10 14:52:32 +01:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit ad3238aa19 - Show all commits

View File

@ -2,7 +2,6 @@
#define CONFIG_EVENTS_SUBSYSTEMIDRANGES_H_
#include "fsfw/events/fwSubsystemIdRanges.h"
#include "common/events/commonSubsystemIds.h"
#include <cstdint>
@ -13,7 +12,7 @@
*/
namespace SUBSYSTEM_ID {
enum: uint8_t {
SUBSYSTEM_ID_START = COMMON_SUBSYSTEM_ID_RANGE,
SUBSYSTEM_ID_START = 0,
SUBSYSTEM_ID_END // [EXPORT] : [END]
};
}

View File

@ -1,7 +1,6 @@
#ifndef CONFIG_RETURNVALUES_CLASSIDS_H_
#define CONFIG_RETURNVALUES_CLASSIDS_H_
#include "common/returnvalues/commonClassIds.h"
#include "fsfw/returnvalues/FwClassIds.h"
/**