Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schuetz2012-04-30 10:05:21 +0000
committerThomas Schuetz2012-04-30 10:05:21 +0000
commit4854275ca8870186ff0ed375622436f5b331328e (patch)
tree8525e2d7c9efe1ea3a6075e3f26971e622de256c /runtime/org.eclipse.etrice.runtime.c
parentb67ab126ee6afabbd2b61d2be525896467fd0527 (diff)
downloadorg.eclipse.etrice-4854275ca8870186ff0ed375622436f5b331328e.tar.gz
org.eclipse.etrice-4854275ca8870186ff0ed375622436f5b331328e.tar.xz
org.eclipse.etrice-4854275ca8870186ff0ed375622436f5b331328e.zip
[runtime.c] removed 64 bit datatypes from c-runtime
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.c')
-rw-r--r--runtime/org.eclipse.etrice.runtime.c/src/common/platform/etTimer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.c/src/common/platform/etTimer.h b/runtime/org.eclipse.etrice.runtime.c/src/common/platform/etTimer.h
index 0491d653e..a3cc3fb37 100644
--- a/runtime/org.eclipse.etrice.runtime.c/src/common/platform/etTimer.h
+++ b/runtime/org.eclipse.etrice.runtime.c/src/common/platform/etTimer.h
@@ -11,8 +11,6 @@ void etTimer_init(void);
uint32 getNSecFromTarget(void);
uint32 getSecFromTarget(void);
-uint64 getTargetTimeUs(void);
-
void getTimeFromTarget(etTargetTime_t *t);
int isTimeGreaterThanActualTime(const etTargetTime_t *t);

Back to the top