Compare commits

...

2 Commits

Author SHA1 Message Date
Robin Müller 2a7e82bd28 Merge branch 'master' into source/vorago 2020-08-21 15:27:28 +02:00
Robin Müller b400deed1a removed config includes 2020-07-17 14:37:54 +02:00
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
#include <stdint.h>
#include "fwSubsystemIdRanges.h"
//could be move to more suitable location
#include <config/tmtc/subsystemIdRanges.h>
typedef uint16_t EventId_t;
typedef uint8_t EventSeverity_t;

View File

@ -2,7 +2,6 @@
#define FRAMEWORK_RETURNVALUES_HASRETURNVALUESIF_H_
#include "FwClassIds.h"
#include <config/returnvalues/classIds.h>
#include <cstdint>
#define MAKE_RETURN_CODE( number ) ((INTERFACE_ID << 8) + (number))