diff options
author | Thomas Schuetz | 2013-04-04 12:10:36 +0000 |
---|---|---|
committer | Thomas Schuetz | 2013-04-04 12:10:36 +0000 |
commit | 55713dae5563d9c09a285605cd4677a915a0b169 (patch) | |
tree | ec3674ef0bb6dc5657e0c16616f0525e7763e854 /runtime/org.eclipse.etrice.runtime.c/src/config | |
parent | a028053da2837752a8260a0a7ceb1c1fe4740ebe (diff) | |
download | org.eclipse.etrice-55713dae5563d9c09a285605cd4677a915a0b169.tar.gz org.eclipse.etrice-55713dae5563d9c09a285605cd4677a915a0b169.tar.xz org.eclipse.etrice-55713dae5563d9c09a285605cd4677a915a0b169.zip |
[runtime.c, generator.c] bugfixes for messaging and MSC logging
Change-Id: I2d46582329df8e2c6b070ef649741f6eec7347f2
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.c/src/config')
-rw-r--r-- | runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h | 4 |
1 files changed, 0 insertions, 4 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 e19bba3e7..fcf8f9c38 100644 --- a/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h +++ b/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h @@ -25,10 +25,6 @@ #define ET_RUNTIME_MAXLOOP 100
//#define ET_RUNTIME_ENDLESS
-/* pool and block size */
-#define MESSAGE_POOL_MAX 10
-#define MESSAGE_BLOCK_SIZE 64
-
/* enable multi threading (e.g. for protection of message queues) */
#define ET_MULTI_THREADING
|