Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.c/src/common/messaging/etWakeupService.h')
-rw-r--r--runtime/org.eclipse.etrice.runtime.c/src/common/messaging/etWakeupService.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.c/src/common/messaging/etWakeupService.h b/runtime/org.eclipse.etrice.runtime.c/src/common/messaging/etWakeupService.h
index c8a54213a..c6c5d4ba1 100644
--- a/runtime/org.eclipse.etrice.runtime.c/src/common/messaging/etWakeupService.h
+++ b/runtime/org.eclipse.etrice.runtime.c/src/common/messaging/etWakeupService.h
@@ -16,13 +16,8 @@
#include "etDatatypes.h"
#include "etSystemProtocol.h"
-/**
- * time definition composed by the number of seconds and the number of nano seconds
- */
-typedef struct etTime {
- etInt32 seconds;
- etInt32 nseconds;
-} etTime;
+#include "osal/etTime.h"
+
typedef struct etWakeupTarget {

Back to the top