diff options
author | tjung | 2014-03-31 19:51:51 +0000 |
---|---|---|
committer | tjung | 2014-03-31 19:51:51 +0000 |
commit | 4aa52f6f610fa0ad5ebdb5ca55205369d5122eed (patch) | |
tree | 9bf55b8c5c073ee07af42c92b08f5f72ea978f09 /runtime/org.eclipse.etrice.runtime.c/src/config | |
parent | 493f3d83822861ece6212e2cddecfaaf3480f15d (diff) | |
download | org.eclipse.etrice-4aa52f6f610fa0ad5ebdb5ca55205369d5122eed.tar.gz org.eclipse.etrice-4aa52f6f610fa0ad5ebdb5ca55205369d5122eed.tar.xz org.eclipse.etrice-4aa52f6f610fa0ad5ebdb5ca55205369d5122eed.zip |
runner conditionally
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, 3 insertions, 1 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 52187eddf..1ed878f89 100644 --- a/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h +++ b/runtime/org.eclipse.etrice.runtime.c/src/config/etRuntimeConfig.h @@ -21,8 +21,10 @@ #ifndef ETGLOBALFLAGS_H_ #define ETGLOBALFLAGS_H_ -/* flags for debugging */ +/* runner */ +#define ET_RUNNER_ACTIVATE +/* flags for debugging */ /* MSC logger */ |