diff options
author | Henrik Rentz-Reichert | 2013-12-03 08:44:53 +0000 |
---|---|---|
committer | Henrik Rentz-Reichert | 2013-12-03 08:44:53 +0000 |
commit | 875489e111ab5daec26b45771643a93c2277b202 (patch) | |
tree | 2fb61436fe9ed160c86dda9f10d6c806c6ed4907 /runtime/org.eclipse.etrice.runtime.c/src/config | |
parent | 799a8f1d48018512bb560a24e2e5957cecb078ef (diff) | |
download | org.eclipse.etrice-875489e111ab5daec26b45771643a93c2277b202.tar.gz org.eclipse.etrice-875489e111ab5daec26b45771643a93c2277b202.tar.xz org.eclipse.etrice-875489e111ab5daec26b45771643a93c2277b202.zip |
406870: [runtime.c] unify etMemory.h
https://bugs.eclipse.org/bugs/show_bug.cgi?id=406870
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.c/src/config')
-rw-r--r-- | runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h b/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h index a58cf0282..3e2992349 100644 --- a/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h +++ b/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h @@ -24,8 +24,6 @@ /* data logger */ #define ET_DATA_LOGGER_ACTIVATE -#define STRUCT_ALIGN 8 - /* timing and scheduling */ //#define FREQUENCY 10L //#define ET_RUNTIME_MAXLOOP 100 |