event cfg file loc not explicit anymore

This commit is contained in:
Robin Müller 2020-09-26 14:13:20 +02:00
parent c24c0ea575
commit 4d1492f130

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;