include adaption
This commit is contained in:
parent
7821cc2870
commit
c677358343
@ -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;
|
||||
|
@ -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))
|
||||
|
2
unittest
2
unittest
@ -1 +1 @@
|
||||
Subproject commit b99077c7f94916b677f45a97ccb80613c0932f47
|
||||
Subproject commit 76cbb97ae410a7440d2b71eaecd4eea4a5cccaf3
|
Loading…
Reference in New Issue
Block a user