include adaption

This commit is contained in:
Robin Müller 2020-10-20 17:06:09 +02:00
parent 7821cc2870
commit c677358343
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

@ -1 +1 @@
Subproject commit b99077c7f94916b677f45a97ccb80613c0932f47
Subproject commit 76cbb97ae410a7440d2b71eaecd4eea4a5cccaf3